InventoryRoomUse
Represents the occupancy details for a room.
type InventoryRoomUse {
numberOfGuests: Int!
minAge: Int!
maxAge: Int!
paxType: InventoryPaxType!
}
Fields
InventoryRoomUse.numberOfGuests
● Int!
non-null scalar
Gets or sets the number of guests allowed in the room.
InventoryRoomUse.minAge
● Int!
non-null scalar
Gets or sets the minimum age allowed for guests in the room.
InventoryRoomUse.maxAge
● Int!
non-null scalar
Gets or sets the maximum age allowed for guests in the room.
InventoryRoomUse.paxType
● InventoryPaxType!
non-null enum
Gets or sets the type of guests allowed in the room. PaxType
Member Of
InventoryRoomSetUp
object