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