Skip to main content

RoomSetUpUpdateInput

Represents a room setup update object.

input RoomSetUpUpdateInput {
code: String!
masterCode: String
active: Boolean
externalCode: String
standard: Int
uses: [[InventoryRoomUseInput]]
}

Fields

RoomSetUpUpdateInput.code ● String! non-null scalar

Code associated with the room.

RoomSetUpUpdateInput.masterCode ● String scalar

Master code of the room.

RoomSetUpUpdateInput.active ● Boolean scalar

Indicates whether the room is active.

RoomSetUpUpdateInput.externalCode ● String scalar

External code associated with the room.

RoomSetUpUpdateInput.standard ● Int scalar

Standard of the room. Typically the number of guests.

RoomSetUpUpdateInput.uses ● [[InventoryRoomUseInput]] list input

List of uses associated with the room. The format is Adults-Children-Infants

Member Of

InventoryRoomsSetupUpdateInput input