Skip to main content

InventoryRoomSetUp

Represents a room setup response object.

type InventoryRoomSetUp {
code: String
master: InventoryMasterRoom
active: Boolean!
externalCode: String
standard: Int!
uses: [[InventoryRoomUse]]!
}

Fields

InventoryRoomSetUp.code ● String scalar

Code associated with the room.

InventoryRoomSetUp.master ● InventoryMasterRoom object

Master of the room.

InventoryRoomSetUp.active ● Boolean! non-null scalar

Indicates whether the room is active.

InventoryRoomSetUp.externalCode ● String scalar

External code associated with the room.

InventoryRoomSetUp.standard ● Int! non-null scalar

Standard of the room. Typically the number of guests.

InventoryRoomSetUp.uses ● [[InventoryRoomUse]]! non-null object

List of uses associated with the room.

Member Of

InventoryRateSetup object ● RoomsSetUpRs object