MetadataCandidate
Guest restrictions for each candidate type in a room.
type MetadataCandidate {
min: Int!
max: Int!
type: HotelPaxType!
}
Fields
MetadataCandidate.min ● Int! non-null scalar
Minimum required number of guest of this type.
MetadataCandidate.max ● Int! non-null scalar
Maximum number of guest of this type allowed.
MetadataCandidate.type ● HotelPaxType! non-null enum
Candidate classification type.(Adult, Child, Infant)