RoomTypeInventoryRateByDate
Defines the inventory and rates for a room type on a given date.
type RoomTypeInventoryRateByDate {
alternateCurrencyRoomRates: [Money!]!
consumed: Int!
date: LocalDate!
limit: Int!
mustStayNight: Boolean!
remaining: Int!
roomCost: Float!
roomRate: Float!
}
Fields
RoomTypeInventoryRateByDate.alternateCurrencyRoomRates ● [Money!]! non-null object
The room rate of this room type for this date in alternate currencies.
RoomTypeInventoryRateByDate.consumed ● Int! non-null scalar
The number of room consumed for this room type for this date.
RoomTypeInventoryRateByDate.date ● LocalDate! non-null scalar
The date for the inventory and/or rate.
RoomTypeInventoryRateByDate.limit ● Int! non-null scalar
The maximum number of rooms available of this room type for this date.
RoomTypeInventoryRateByDate.mustStayNight ● Boolean! non-null scalar
A flag indicating whether the date is a must stay night.
RoomTypeInventoryRateByDate.remaining ● Int! non-null scalar
The number of rooms remaining of this room type for this date.
RoomTypeInventoryRateByDate.roomCost ● Float! non-null scalar
The room cost of this room type for this date in the default event currency.
RoomTypeInventoryRateByDate.roomRate ● Float! non-null scalar
The room rate of this room type for this date in the default event currency.
Member Of
RoomTypeInventoryRates object