AccountableDoc
A Form of payment which utilizes a previously issued accountable travel document (ticket, EMD, coupon, etc.) which has an outstanding credit value.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
docTypeText |
Type of Accountable Document e.g. T, E and M or E-ticket, EMD, MCO |
string |
true |
|
|
false |
paymentMethod |
A form of procedure for the payment of goods or services, plus any transactional information specific to the payment method other than the amount. |
PaymentMethod |
true |
|
|
false |
ticketIdentifier |
MCO, Ticket or EMD reference number, indicating a previously issued document |
string |
false |
|
|
false |
{
"docTypeText" : "string",
"paymentMethod" : {
"accountableDoc" : { },
"bankTransfer" : { },
"carrierFee" : { },
"cash" : { },
"check" : { },
"commitmentToPay" : [ { } ],
"directBill" : { },
"ewallet" : { },
"iataEasyPay" : { },
"loyaltyRedemption" : { },
"otherPaymentMethod" : { },
"paymentCard" : { },
"paymentInfo" : { },
"shoppingCriteria" : { },
"typeCode" : { },
"voucher" : { }
},
"ticketIdentifier" : "string"
}