Skip to main content

HotelInventoryInput

Defines the input for the hotel inventory.

input HotelInventoryInput {
dailyInventories: [HotelInventoryByDateInput!]
type: HotelInventoryType!
}

Fields

HotelInventoryInput.dailyInventories ● [HotelInventoryByDateInput!] list input

The list of inventories for each day for this hotel. Optional.

If the type is LIMITED then a list must be passed. The list must be sequential with out gaps in the dates.

HotelInventoryInput.type ● HotelInventoryType! non-null enum

The inventory type for this hotel.

Member Of

CreateHotelInput input ● UpdateHotelInput input