General information about the passengers going on this trip.
| name | data type | description |
|---|---|---|
| name | string | The full name of the passenger. |
| customName | string | A custom alias that the passenger is associated with. |
| id | string | |
| userId | string | The Airportal user ID for this passenger. |
| userName | string | The username of the given user (typically also the email address) |
| string | The email address of the given user. | |
| passportNumber | string | The masked passport number of this traveler. |
| knownTravelerNumber | string |
Example
{
"name" : "...",
"customName" : "...",
"id" : "...",
"userId" : "...",
"userName" : "...",
"email" : "...",
"passportNumber" : "...",
"knownTravelerNumber" : "..."
}