Pax
This specifies the passenger's information. The optional information only will be returned if the supplier provides it.
type Pax {
age: Int!
name: String
surname: String
title: PersonalTitleType
}
Fields
Pax.age
● Int!
non-null scalar
Passenger age on the day of check-in, which can vary for adults, infants, or babies depending on each supplier's particular age range.
Pax.name
● String
scalar
Specifies the pax name.
Pax.surname
● String
scalar
Specifies the pax surname.
Pax.title
● PersonalTitleType
enum
Specifies the pax title.
Member Of
Occupancy
object ● RoomCriteria
object