ticket
Information about the Airline Ticket Number and if the ticket is restricted.
ticketNumberstringrequired
Airline ticket number
Possible values: <= 20 characters
Example:
1234567891011
isRestrictedTicketboolean
Indicates whether this ticket is non-refundable. This entry should be supplied on CPS/Passenger Transport 1 or 2 transactions if the ticket was purchased as a non-refundable ticket. Valid values are:
-
false - No restriction (default)
-
true - Restricted (non-refundable) ticket'
ticket
{
"ticketNumber": "1234567891011",
"isRestrictedTicket": true
}