Skip to main content

HolderInput

Holder object that contains the occupant's (pax's) name and surname.

input HolderInput {
name: String!
surname: String!
title: PersonalTitleType
contactInfo: ContactInfoInput
}

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.

Member Of

FerryBookInput input ● HotelBookInput input ● HotelOneStepBookInput input ● PaymentCardInput input