Skip to main content

HotelsSetupRs

Represents the response object for hotel setup operations.

type HotelsSetupRs {
adviseMessages: [AdviseMessage]
hotels: [InventoryHotelSetup]
success: Boolean!
}

Fields

HotelsSetupRs.adviseMessages ● [AdviseMessage] list object

Collection of advise messages.

HotelsSetupRs.hotels ● [InventoryHotelSetup] list object

Collection of hotel responses.

HotelsSetupRs.success ● Boolean! non-null scalar

Indicates whether the operation was successful based on the absence of advise messages.

Member Of

InventoryMutation object ● InventoryQuery object