Rate
No description
type Rate {
currency: String!
baseAmount: Float!
nonCommissionablePriceAmount: Float!
paxes: Paxes
rooms: [PackageRoom]
}
Fields
Rate.currency
● String!
non-null scalar
Currency used for the option received in standard ISO 4217
Rate.baseAmount
● Float!
non-null scalar
Base prie for the option
Rate.nonCommissionablePriceAmount
● Float!
non-null scalar
Price that is not commsissionable
Rate.paxes
● Paxes
object
Paxes applying to this price and option
Rate.rooms
● [PackageRoom]
list object
Rooms applying to the option
Member Of
SearchOption
object