Skip to main content

PnrGoPassengerList (Object)

Information about passengers either as contacts or in textual form

type PnrGoPassengerList {
isDataSourceContact: Boolean!
isDataSourceText: Boolean!
count: Int!
realCount: Int!
isFerry: Boolean!
countExcludingAnimals: Int!
passengerText: String
passengerContactList: [PnrGoPassengerContact!]
}

Fields

PnrGoPassengerList.isDataSourceContact ● Boolean! non-null scalar

PnrGoPassengerList.isDataSourceText ● Boolean! non-null scalar

PnrGoPassengerList.count ● Int! non-null scalar

PnrGoPassengerList.realCount ● Int! non-null scalar

PnrGoPassengerList.isFerry ● Boolean! non-null scalar

PnrGoPassengerList.countExcludingAnimals ● Int! non-null scalar

PnrGoPassengerList.passengerText ● String scalar

Textual passenger representation only present when text is the data source

PnrGoPassengerList.passengerContactList ● [PnrGoPassengerContact!] list object

Contact list passenger representation only present when contact is the data source. Requires access to resource INTEGRATION_PNR_GO_SEE

Member Of

PnrGoFlight object