TicketRefIdentification
An additional, identifying information used to identify a ticket.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
refIdentifier |
Additional reference identifier. |
string |
false |
|
|
${prop.ignore} |
refTypeCode |
Type code of the reservation control system/reference. PADIS 9893. |
string |
false |
|
|
${prop.ignore} |
ticketDocInfo |
An Information corresponding to a group of 1 to 4 Tickets for a single Origin Destination and a single Passenger. |
TicketDocInfo |
false |
|
|
${prop.ignore} |
{
"refIdentifier" : "string",
"refTypeCode" : "string",
"ticketDocInfo" : {
"bookingAgency" : { },
"bookingRef" : [ { } ],
"bookletQty" : "number",
"carrierFee" : { },
"commission" : { },
"endorsementText" : "string",
"fareDetail" : { },
"orderAmendment" : { },
"originalIssueInfo" : { },
"originDest" : { },
"pax" : { },
"paymentInfo" : [ { } ],
"penalty" : [ { } ],
"pricingCountryCode" : { },
"pricingDate" : "string",
"pricingLocationCode" : { },
"pricingTime" : "string",
"referencedOrder" : { },
"servicingAgency" : { },
"ticket" : [ { } ],
"ticketRefIdentification" : [ { } ]
}
}