BookRoomInput
Input BookRoom contains list of pax and the room's reference.
input BookRoomInput {
occupancyRefId: Int!
paxes: [BookPaxInput!]!
}
Fields
BookRoomInput.occupancyRefId
● Int!
non-null scalar
The room s reference in the booking
BookRoomInput.paxes
● [BookPaxInput!]!
non-null input
The list or lists of paxes of the room
Member Of
HotelBookInput
input ● HotelCriteriaAmendPaxesQuoteInput
input