Skip to main content

BookPaxInput

Input BookPax contains basic information about pax such as name, surname and age.

input BookPaxInput {
name: String!
surname: String!
age: Int!
title: PersonalTitleType
birthDate: Date
idDocuments: [IDDocumentInput!]
}

Fields

BookPaxInput.name ● String! non-null scalar

Passenger first name

BookPaxInput.surname ● String! non-null scalar

Passenger last name

BookPaxInput.age ● Int! non-null scalar

Passenger age on the day of the check-in

BookPaxInput.title ● PersonalTitleType enum

Passenger title.

BookPaxInput.birthDate ● Date scalar

Passenger birth date.

BookPaxInput.idDocuments ● [IDDocumentInput!] list input

Passenger ID documents.

Member Of

BookRoomInput input ● HotelAmendRoomInput input ● OneStepBookRoomInput input