Skip to main content

Sabre

No description

type Sabre {
index: Int!
fareBasis: String!
currencyCode: CurrencyCode!
fare: FareType!
journeyType: JourneyType!
advancedPurchase: String
minMaxStay: MinMaxStay!
maybeBookingCode: BookingCode
travelTicket: MonthInterval!
routing: String!
}

Fields

Sabre.index ● Int! non-null scalar

Sabre.fareBasis ● String! non-null scalar

Sabre.currencyCode ● CurrencyCode! non-null scalar

Sabre.fare ● FareType! non-null union

Sabre.journeyType ● JourneyType! non-null enum

Sabre.advancedPurchase ● String scalar

Sabre.minMaxStay ● MinMaxStay! non-null object

Sabre.maybeBookingCode ● BookingCode union

Sabre.travelTicket ● MonthInterval! non-null object

Sabre.routing ● String! non-null scalar

Implemented By

HistoricalPricing union