HotelsRs
The HotelsRs class represents the response object for hotel-related operations.
type HotelsRs {
adviseMessages: [AdviseMessage]
hotels: [InventoryHotelMaster]
success: Boolean!
}
Fields
HotelsRs.adviseMessages
● [AdviseMessage]
list object
A collection of advise messages related to the operation. See AdviseMessage.
HotelsRs.hotels
● [InventoryHotelMaster]
list object
A collection of hotels. See Hotel.
HotelsRs.success
● Boolean!
non-null scalar
Indicates whether the operation was successful.
Member Of
InventoryMutation
object ● InventoryQuery
object