Skip to main content

FareConstruction

No description

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

Fields

FareConstruction.segments ● [FareConstructionSegment!]! non-null object

FareConstruction.currencyCode ● CurrencyCode! non-null scalar

FareConstruction.gdsSurcharge ● BigDecimal! non-null scalar

FareConstruction.total ● BigDecimal! non-null scalar

FareConstruction.roe ● BigDecimal scalar

FareConstruction.taxZP ● [TupleAirportIATAAndBigDecimal!] list object

FareConstruction.combinedTaxes ● [KVTaxCodeBigDecimal!]! non-null object

FareConstruction.facilityCharges ● [KVAirportIATABigDecimal!]! non-null object

Member Of

EitherErrorMessageOrFareConstruction object