CreateTravelPassengerInput
Defines the input for creating a travel passenger for a travel booking.
input CreateTravelPassengerInput {
carrierId: ID
firstName: String
isTheTravelContact: Boolean
lastName: String
memberNumber: String
middleName: String
title: String
}
Fields
CreateTravelPassengerInput.carrierId ● ID scalar
The identifier of the carrier associated with the member number for the passenger. Optional.
CreateTravelPassengerInput.firstName ● String scalar
A UTF-8 string that represents the first name of the passenger. Optional.
CreateTravelPassengerInput.isTheTravelContact ● Boolean scalar
A flag indicating whether the passenger is the contact for the booking. Optional.
The default value is false.
CreateTravelPassengerInput.lastName ● String scalar
A UTF-8 string that represents the last name of the passenger. Optional.
CreateTravelPassengerInput.memberNumber ● String scalar
A UTF-8 string that represents the member number of the passenger. Optional.
CreateTravelPassengerInput.middleName ● String scalar
A UTF-8 string that represents the middle name of the passenger. Optional.
CreateTravelPassengerInput.title ● String scalar
A UTF-8 string that represents the title of the passenger. Optional.
Member Of
CreateGroupTravelBookingInput input ● CreateTravelBookingInput input