Skip to main content

RoomTypeInventoryRateByDate

Defines the inventory and rates for a room type on a given date.

type RoomTypeInventoryRateByDate {
alternateCurrencyRoomRates: [Money!]!
consumed: Int!
date: LocalDate!
isSubBlock: Boolean!
limit: Int
mustStayNight: Boolean!
remaining: Int
roomCost: Float!
roomRate: Float!
subBlock: SubBlock
}

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.isSubBlock ● Boolean! non-null scalar​

A flag indicating if the inventory is for a sub block.

RoomTypeInventoryRateByDate.limit ● Int scalar​

The maximum number of rooms available of this room type for this date. Optional.

RoomTypeInventoryRateByDate.mustStayNight ● Boolean! non-null scalar​

A flag indicating whether the date is a must stay night.

RoomTypeInventoryRateByDate.remaining ● Int scalar​

The number of rooms remaining of this room type for this date. Optional.

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.

RoomTypeInventoryRateByDate.subBlock ● SubBlock object​

The sub block for the inventory if isSubBlock is true. Optional.

Member Of​

RoomTypeInventoryRates object