RoomsSetUpRs
Represents the response object for room setup operations.
type RoomsSetUpRs {
adviseMessages: [AdviseMessage]
rateCode: String
rooms: [InventoryRoomSetUp]
success: Boolean!
}
Fields
RoomsSetUpRs.adviseMessages
● [AdviseMessage]
list object
Collection of advise messages.
RoomsSetUpRs.rateCode
● String
scalar
Rate code associated with the rooms.
RoomsSetUpRs.rooms
● [InventoryRoomSetUp]
list object
Collection of room setup responses.
RoomsSetUpRs.success
● Boolean!
non-null scalar
Indicates whether the operation was successful based on the absence of advise messages.
Member Of
InventoryMutation
object ● InventoryQuery
object