Source: https://guides.developer.iata.org/docs/download-the-latest-standards

FareCalculationInfo

An Information related to the calculation of the Fare amount by applying various rules to determine a final fare for an airline ticket.

Properties

Name Description Type Required Generic Enum Ignore
addlInfoText The fare calculation text required in the fare calculation area of an electronic ticket. string false false
fareDetail An amount charged by the carrier for the carriage of a passenger and his allowable free baggage. FareDetail true false
pricingCodeText Primary identifier reflecting the method of pricing for a transaction. string false false
reportingCodeText Secondary identifier reflecting the method of pricing for a transaction used in the reporting process. string false false

Referenced By

FareDetail
{
  "addlInfoText" : "string",
  "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"
  },
  "pricingCodeText" : "string",
  "reportingCodeText" : "string"
}