| Name | String | The name of the holder. |
| SurName | String | The surname of the holder. |
| PersonalTitleType | PersonalTitleType | The personal title type of the holder. |
| IdentificationDocuments | Array<IdentificationDocument> | The collection of passenger identification documents. |
| IdentificationDocuments/Type | DocumentType | Document type represented as an enum. Document Type Options| Document Type | Description |
|---|
| NONE | No identification document type has been specified. This value can be used when no document is required. | | DNI | National Identity Card (DNI). Used in Spain and some Latin American countries as the main national identification document issued to citizens. | | NIE | Foreigner Identity Card (NIE). Used in Spain for non-citizens or foreign residents who have legal status in the country. | | PAS | Passport. Official travel document issued by a government to certify the holder's identity and nationality for international travel. | | DRIVER_LICENSE | Driver's License. Official document issued by a governmental authority authorizing the holder to operate motor vehicles. | | CPF | CPF (Individual Taxpayer Registry). Personal taxpayer identification number used in Brazil for both tax and identity verification purposes. | | PAN | PAN (Permanent Account Number). Tax identification number issued in India for financial and taxation purposes. | | SSN | SSN (Social Security Number). Identification number used in the United States for social security, taxation, and general identity verification. | | OTHER | Other 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/Number | String | Represents the unique identification number on the document. This property is optional when Type is set to DocumentType.OTHER. |
| IdentificationDocuments/Issuer | String | Represents the issuing authority or country that issued the identification document. Use the country code defined by the ISO 3166-1 alpha-2 standard. |
| IdentificationDocuments/IssueDate | String | Represents the date when the identification document was issued. The date must be formatted according to the ISO 8601 format (YYYY-MM-DD). |
| IdentificationDocuments/ExpiryDate | String | Represents the expiration date of the identification document. The date must be formatted according to the ISO 8601 format (YYYY-MM-DD). |
| IdentificationDocuments/Nationality | String | Represents the nationality of the passenger associated with the identification document. Use the country code defined by the ISO 3166-1 alpha-2 standard. |
| IdentificationDocuments/TypeOtherDescription | String | Provides 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. |
| ContactInfo | ContactInfo | The contact information of the holder. |
| ContactInfo/Email | String | The email address of the passenger. |
| ContactInfo/Phone | String | The phone number of the passenger. |
| ContactInfo/DateOfBirth | String | Date of birth of the passenger, represented as a string in ISO 8601 format (YYYY-MM-DD). |