RoomTypeInventoryRates
Defines the inventory and rates for a specific room type.
type RoomTypeInventoryRates {
  alternateCurrencyCancelationAmount: [Money!]!
  alternateCurrencyFixedNightlyRoomRates: [Money!]!
  cancelationAmount: Float!
  dailyInventoriesAndRates: [RoomTypeInventoryRateByDate!]
  fixedNightlyRoomCost: Float
  fixedNightlyRoomRate: Float
  inventoryType: RoomTypeInventoryType!
  minimumStayRequired: Boolean!
  numberOfNightsForMinimumStay: NonNegativeInt
  otherRoomType: RoomType
  rateType: RoomTypeRateType!
}
Fields
RoomTypeInventoryRates.alternateCurrencyCancelationAmount ● [Money!]! non-null object
The collection of cancelation amounts for this room type in alternate currencies.
RoomTypeInventoryRates.alternateCurrencyFixedNightlyRoomRates ● [Money!]! non-null object
The collection of nightly room rates for the room type in alternate currencies when the rate type is FIXED.
RoomTypeInventoryRates.cancelationAmount ● Float! non-null scalar
The cancelation amount for this room type in the default event currency.
RoomTypeInventoryRates.dailyInventoriesAndRates ● [RoomTypeInventoryRateByDate!] list object
The list of inventories and/or rates for each day for this room type when inventoryType is LIMITED_TO_ROOM_TYPE and/or rateType is DYNAMIC. Optional.
The list is sequential with out gaps in the dates.
RoomTypeInventoryRates.fixedNightlyRoomCost ● Float scalar
The nightly room cost of the room type in the default event currency when the rate type is FIXED. Optional.
RoomTypeInventoryRates.fixedNightlyRoomRate ● Float scalar
The nightly room rate of the room type in the default event currency when the rate type is FIXED. Optional.
RoomTypeInventoryRates.inventoryType ● RoomTypeInventoryType! non-null enum
The inventory type for this room type.
RoomTypeInventoryRates.minimumStayRequired ● Boolean! non-null scalar
A flag indicating whether a minimum number of nights stay is needed for a booking of this room type.
RoomTypeInventoryRates.numberOfNightsForMinimumStay ● NonNegativeInt scalar
The number of nights needed for a minimum stay for this room type. Optional.
If 0 there is no minimum stay for this room type.
RoomTypeInventoryRates.otherRoomType ● RoomType object
The the room type that is the other room type that inventory for this room type is coming from when inventoryType is LIMITED_TO_OTHER_ROOM_TYPE. Optional.
RoomTypeInventoryRates.rateType ● RoomTypeRateType! non-null enum
The rate type for the room type.
Member Of
RoomType  object