HolderInput
Holder object that contains the occupant's (pax's) name and surname.
input HolderInput {
name: String!
surname: String!
title: PersonalTitleType
contactInfo: ContactInfoInput
birthDate: Date
idDocuments: [IDDocumentInput!]
}
Fields
HolderInput.name ● String! non-null scalar
The card holder's name.
HolderInput.surname ● String! non-null scalar
The card holder's surname.
HolderInput.title ● PersonalTitleType enum
Holder’s title.
HolderInput.contactInfo ● ContactInfoInput input
Holder's contact info.
HolderInput.birthDate ● Date scalar
Passenger birth date.
HolderInput.idDocuments ● [IDDocumentInput!] list input
Passenger ID documents.
Member Of
HotelBookInput input ● HotelOneStepBookInput input ● PaymentCardInput input