Skip to main content

Amadeus

No description

type Amadeus {
index: Int!
fareBasis: String!
currencyCode: CurrencyCode!
fare: FareType!
journeyType: JourneyType!
maybeBookingCode: BookingCode
maybePenaltyInfo: PenaltyInfo
dateRestrictions: MonthInterval!
advancedPurchase: String
minMaxStay: MinMaxStay!
routingInfo: RoutingInfo!
}

Fields

Amadeus.index ● Int! non-null scalar

Amadeus.fareBasis ● String! non-null scalar

Amadeus.currencyCode ● CurrencyCode! non-null scalar

Amadeus.fare ● FareType! non-null union

Amadeus.journeyType ● JourneyType! non-null enum

Amadeus.maybeBookingCode ● BookingCode union

Amadeus.maybePenaltyInfo ● PenaltyInfo union

Amadeus.dateRestrictions ● MonthInterval! non-null object

Amadeus.advancedPurchase ● String scalar

Amadeus.minMaxStay ● MinMaxStay! non-null object

Amadeus.routingInfo ● RoutingInfo! non-null enum

Implemented By

HistoricalPricing union