Skip to main content

Holder

Represents the holder of a hotel booking request.

Properties

NameTypeDescription
NameStringThe name of the holder.
SurNameStringThe surname of the holder.
PersonalTitleTypePersonalTitleTypeThe personal title type of the holder.
IdentificationDocumentsArray<IdentificationDocument>The collection of passenger identification documents.
IdentificationDocuments/TypeDocumentTypeDocument type represented as an enum.
Document Type Options
Document TypeDescription
NONENo identification document type has been specified. This value can be used when no document is required.
DNINational Identity Card (DNI). Used in Spain and some Latin American countries as the main national identification document issued to citizens.
NIEForeigner Identity Card (NIE). Used in Spain for non-citizens or foreign residents who have legal status in the country.
PASPassport. Official travel document issued by a government to certify the holder's identity and nationality for international travel.
DRIVER_LICENSEDriver's License. Official document issued by a governmental authority authorizing the holder to operate motor vehicles.
CPFCPF (Individual Taxpayer Registry). Personal taxpayer identification number used in Brazil for both tax and identity verification purposes.
PANPAN (Permanent Account Number). Tax identification number issued in India for financial and taxation purposes.
SSNSSN (Social Security Number). Identification number used in the United States for social security, taxation, and general identity verification.
OTHEROther identification document not covered by the predefined list. When this value is used, the Type Other Description field must specify the document's nature.
IdentificationDocuments/NumberStringRepresents the unique identification number on the document. This property is optional when Type is set to DocumentType.OTHER.
IdentificationDocuments/IssuerStringRepresents the issuing authority or country that issued the identification document. Use the country code defined by the ISO 3166-1 alpha-2 standard.
IdentificationDocuments/IssueDateStringRepresents the date when the identification document was issued. The date must be formatted according to the ISO 8601 format (YYYY-MM-DD).
IdentificationDocuments/ExpiryDateStringRepresents the expiration date of the identification document. The date must be formatted according to the ISO 8601 format (YYYY-MM-DD).
IdentificationDocuments/NationalityStringRepresents the nationality of the passenger associated with the identification document. Use the country code defined by the ISO 3166-1 alpha-2 standard.
IdentificationDocuments/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. This property is mandatory when Type is set to DocumentType.OTHER.
ContactInfoContactInfoThe contact information of the holder.
ContactInfo/EmailStringThe email address of the passenger.
ContactInfo/PhoneStringThe phone number of the passenger.
ContactInfo/DateOfBirthStringDate of birth of the passenger, represented as a string in ISO 8601 format (YYYY-MM-DD).