FareWaiver
A Validating carrier-assigned fare rule modification or override information.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
fareDetail |
An amount charged by the carrier for the carriage of a passenger and his allowable free baggage. |
FareDetail |
true |
|
|
false |
fareRuleWaiverCode |
Code assigned by the validating carrier that allows fare rule modification or override. |
string |
false |
|
|
false |
typeCode |
Waiver type code. Examples: ExchangeReissued, FareComponent. |
string |
false |
|
|
false |
{
"fareDetail" : {
"accountCode" : "string",
"fareCalculationInfo" : { },
"fareComponent" : [ { } ],
"fareIndCode" : "string",
"farePriceType" : [ { } ],
"fareRefText" : "string",
"fareWaiver" : [ { } ],
"filedFareInd" : "boolean",
"interlineSettlementInfo" : { },
"netReportingCodeText" : "string",
"orderItem" : { },
"pax" : [ { } ],
"penalty" : { },
"price" : { },
"pricingSystemCodeText" : "string",
"statisticalCodeText" : "string",
"ticketDocInfo" : { },
"tourCode" : "string"
},
"fareRuleWaiverCode" : "string",
"typeCode" : "string"
}