OBJECT
PnrGoPassengerList
Information about passengers either as contacts or in textual form
link GraphQL Schema definition
- type PnrGoPassengerList {
- Boolean! :
- Boolean! :
- Int! :
- Int! :
- Boolean! :
- Int! :
- # Textual passenger representation only present when text is the data source
- String :
- # Contact list passenger representation only present when contact is the data
- # source.
- # Requires access to resource INTEGRATION_PNR_GO_SEE
- PnrGoPassengerContact!] : [
- }