Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.88 KB

File metadata and controls

43 lines (29 loc) · 1.88 KB

IdDocumentAttribute

Properties

Name Type Description Notes
type String Used as a type discriminator for json to object conversion. [optional]
documentType DocumentTypeEnum The type of the document [optional]
documentNumber String The number of the document [optional]
isTwoSided Boolean Indicates whether the document is two-sided [optional]
issuingAuthority String The issuing authority [optional]
issuingDate Date The issuing date [optional]
issuingCountry String The document's country in ISO 3166-1 alpha-2 format [optional]
expirationDate Date The expiration date [optional]
accessNumber String The access number [optional]
firstNames List<String> The document holder's first name(s) [optional]
lastNames List<String> The document holder's last name(s) [optional]
birthName String The document holder's birth name [optional]
dateOfBirth Date The document holder's date of birth [optional]
placeOfBirth String The document holder's place of birth [optional]
nationality String The document holder's nationality in ISO 3166-1 alpha-2 format [optional]
gender GenderEnum The document holder's gender [optional]
height String The document holder's height [optional]
address String The document holder's address [optional]
machineReadableZone List<String> The document's machine readable zone (MRZ), at most 3 lines [optional]

Enum: DocumentTypeEnum

Name Value

Enum: GenderEnum

Name Value