FareConstruction
No description
type FareConstruction {
segments: [FareConstructionSegment!]!
currencyCode: CurrencyCode!
gdsSurcharge: BigDecimal!
total: BigDecimal!
roe: BigDecimal
taxZP: [TupleAirportIATAAndBigDecimal!]
combinedTaxes: [KVTaxCodeBigDecimal!]!
facilityCharges: [KVAirportIATABigDecimal!]!
}