FiledFee
A Filed fee information relating to a coupon, including the Bankers Seller Rate used to convert the filed amount into the currency of payment.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
bankersSellerRate |
The BSR or BBR used to convert the filed fee amount from the filed currency into the currency of payment. |
Rate |
true |
|
|
false |
coupon |
A portion of the Passenger Ticket and Baggage Check or Excess Baggage Ticket that indicates particular places between which the coupon is good for carriage. |
Coupon |
true |
|
|
false |
feeAmount |
File fee amount. Example: 100 USD. |
Amount |
true |
|
|
false |
{
"bankersSellerRate" : {
"baseCurCode" : "string",
"baseMultiplierValue" : "number",
"baseUnitCode" : "string",
"curCode" : "string",
"format" : "string",
"multiplierValue" : "number",
"unitCode" : "string",
"value" : "number"
},
"coupon" : {
"baggageAllowance" : [ { } ],
"connectedCouponNumber" : "number",
"consumedAtIssuanceInd" : "boolean",
"couponNumber" : "number",
"couponValidityPeriod" : { },
"excessBaggage" : { },
"fareBasisCode" : "string",
"filedFee" : { },
"involIndCode" : "string",
"mediaTypeCode" : "string",
"nonCommissionableInd" : "boolean",
"nonInterlineableInd" : "boolean",
"nonRefundableInd" : "boolean",
"nonReissuableNonExchInd" : "boolean",
"productCharacteristic" : { },
"promotion" : { },
"refNumber" : "number",
"remarkText" : "string",
"resChangeInfo" : { },
"rficCode" : { },
"rfiscCode" : { },
"rfiscDescText" : "string",
"seqNumber" : "number",
"service" : [ { } ],
"serviceDeliveryDate" : "string",
"serviceDeliveryProviderLocationCode" : { },
"serviceDeliveryProviderName" : "string",
"serviceQty" : "number",
"settlementAuthorizationIdentifier" : "string",
"soldAirlineInfo" : { },
"statusCode" : "string",
"taxSummary" : [ { } ],
"ticket" : { },
"validatingCarrier" : { },
"valueAmount" : { }
},
"feeAmount" : {
"curCode" : "string",
"value" : "number"
}
}