CustomerDataJmPassport
documentNumberstring
The passport number.
nationalitystring
Nationality of the document holder.
birthDateobject
The birth date of the document holder
sexstring
The sex of the passport holder
Possible values: [F
, M
]
issueDateobject
The issue date of the document.
expirationDateobject
The expiration date of the document.
birthplacestring
The birthplace
authoritystring
Issuing Authority
CustomerDataJmPassport
{
"documentNumber": "string",
"nationality": "string",
"birthDate": {},
"sex": "F",
"issueDate": {},
"expirationDate": {},
"birthplace": "string",
"authority": "string"
}