RoomTypeInventoryRateByDateInput
Defines the inventory and rates for a room type by date.
input RoomTypeInventoryRateByDateInput {
  alternateCurrencyRoomRates: [MoneyInput!]
  date: LocalDate!
  limit: Int
  mustStayNight: Boolean
  roomCost: Float
  roomRate: Float
}
Fields
RoomTypeInventoryRateByDateInput.alternateCurrencyRoomRates ● [MoneyInput!] list input
The room rate of this room type for this date in alternate currencies. Optional.
The default value is 0.
RoomTypeInventoryRateByDateInput.date ● LocalDate! non-null scalar
The date for the inventory.
RoomTypeInventoryRateByDateInput.limit ● Int scalar
The number of rooms available of this room type for this date. Optional.
Field is required if inventoryType is LIMITED_TO_ROOM_TYPE.
RoomTypeInventoryRateByDateInput.mustStayNight ● Boolean scalar
A flag indicating whether the date is a must stay night. Optional.
The default value is false.
RoomTypeInventoryRateByDateInput.roomCost ● Float scalar
The room cost of this room type for this date in the default event currency. Optional.
The default value is 0.
RoomTypeInventoryRateByDateInput.roomRate ● Float scalar
The room rate of this room type for this date in the default event currency. Optional.
The default value is 0.