RoomTypeInventoryType
Defines values representing the inventory type for a room type.
enum RoomTypeInventoryType {
  LIMITED_TO_HOTEL_INVENTORY
  LIMITED_TO_OTHER_ROOM_TYPE_INVENTORY
  LIMITED_TO_ROOM_TYPE
  UNLIMITED
}
Values
RoomTypeInventoryType.LIMITED_TO_HOTEL_INVENTORY
The inventory is pooled with the hotel this room type is associated with, therefore (possibly) shared with other room types.
RoomTypeInventoryType.LIMITED_TO_OTHER_ROOM_TYPE_INVENTORY
The inventory is pooled with the specified room type and therefore shared with other room types.
RoomTypeInventoryType.LIMITED_TO_ROOM_TYPE
The inventory is limited to this room type's inventory.
RoomTypeInventoryType.UNLIMITED
The inventory is unlimited.
Member Of
RoomTypeInventoryRateInput  input ● RoomTypeInventoryRates  object