Skip to main content

RoomCriteria

Occupancy for a room. It contains a list of pax ages.

type RoomCriteria {
paxes: [Pax!]!
}

Fields

RoomCriteria.paxes ● [Pax!]! non-null object

Array of pax ages. The number of items in the array will indicate the pax occupancy.

Member Of

CriteriaSearch object ● SearchCriteriaData object