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 when the inventoryType is LIMITED_TO_ROOM_TYPE.
This will include the number of rooms consumed where this room type is set as the other room type for a room type where inventoryType is LIMITED_TO_OTHER_ROOM_TYPE.
RoomTypeInventoryRateByDate.date ● LocalDate! non-null scalar
The date for the inventory and/or rate.
RoomTypeInventoryRateByDate.limit ● Int! non-null scalar
The number of rooms available of this room type for this date when the inventoryType is LIMITED_TO_ROOM_TYPE.
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 when the inventoryType is LIMITED_TO_ROOM_TYPE.
RoomTypeInventoryRateByDate.roomCost ● Float! non-null scalar
The room cost of this room type for this date in the default event currency when the rateType is DYNAMIC.
RoomTypeInventoryRateByDate.roomRate ● Float! non-null scalar
The room rate of this room type for this date in the default event currency when the rateType is DYNAMIC.
Member Of
RoomTypeInventoryRates  object