IdentificationDocument
Union representing all the possible identification document types
union IdentificationDocument = IdCardDocument | PassportDocument | ResidencePermitDocument | DriversLicenseDocument | FacePhotoDocument | ReportDocument
Possible types
IdentificationDocument.IdCardDocument object
The document corresponding to an ID card
IdentificationDocument.PassportDocument object
The document corresponding to a passport
IdentificationDocument.ResidencePermitDocument object
The document corresponding to a residence permit
IdentificationDocument.DriversLicenseDocument object
The document corresponding to a driver's license
IdentificationDocument.FacePhotoDocument object
The document corresponding to a face photo
IdentificationDocument.ReportDocument object
The document corresponding to a identification report
Member Of
Identification object