Skip to main content

IdentificationDocuments

Represents the identification documents of a passenger in a hotel booking request.

Properties

NameTypeDescription
TypeDocumentTypeDocument type represented as an enum.
NumberStringRepresents the unique identification number on the document.
IssuerStringRepresents the issuing authority or country that issued the identification document. Use the country code defined by the ISO 3166-1 alpha-2 standard.
IssueDateStringRepresents the date when the identification document was issued. The date must be formatted according to the ISO 8601 format (YYYY-MM-DD).
ExpiryDateStringRepresents the expiration date of the identification document. The date must be formatted according to the ISO 8601 format (YYYY-MM-DD).
NationalityStringRepresents the nationality of the passenger associated with the identification document. Use the country code defined by the ISO 3166-1 alpha-2 standard.
TypeOtherDescriptionStringProvides an additional textual description of the identification document when the Type is set to DocumentType.OTHER. The description should clearly specify the document�s purpose or nature.