InventoryRoomUseInput
Represents the occupancy details for a room.
input InventoryRoomUseInput {
numberOfGuests: Int!
paxType: InventoryPaxType!
}
Fields
InventoryRoomUseInput.numberOfGuests ● Int! non-null scalar
Gets or sets the number of guests allowed in the room.
InventoryRoomUseInput.paxType ● InventoryPaxType! non-null enum
Gets or sets the type of guests allowed in the room. PaxType
Member Of
InventoryRoomSetupInput input ● RoomSetUpUpdateInput input