Occupancy
Information about occupancy.
type Occupancy {
id: Int!
paxes: [Pax!]!
}
Fields
Occupancy.id
● Int!
non-null scalar
Unique ID room in this option.
Occupancy.paxes
● [Pax!]!
non-null object
List of pax of this occupancy.
Member Of
BookingHotel
object ● BookingHotelDetails
object ● HotelOptionSearch
object