Component: OTHER_PAX_INFO

Abstract

Other passenger info is a list of standard questions that are being asked the remaining passengers (as opposed to the main passenger) during the process of booking. This is marked as “Contact information” in the UI.

Values for this component can be set via ExperienceComponentsDto.otherPaxInfo which is an array of ContactInformationDto type.

Note: make sure a complete list of questions is sent on update (if updating questions at all) as omitted entries will be deleted.

Attributes of ContactInformationDto

Attribute JSON path
Data type
Mandatory
Settable
Notes
type
ContactInformationTypeDto
Type of requested information (title, first name etc). Refer to Swagger definition for a complete set of enum values.
required
boolean
true if the customer must provide this piece of information, false if this particular answer is optional
 
Did this answer your question?
😞
😐
🤩