OBJECT

PnrGoPassengerList

Information about passengers either as contacts or in textual form

link GraphQL Schema definition

  • type PnrGoPassengerList {
  • isDataSourceContact: Boolean!
  • isDataSourceText: Boolean!
  • count: Int!
  • realCount: Int!
  • isFerry: Boolean!
  • countExcludingAnimals: Int!
  • # Textual passenger representation only present when text is the data source
  • passengerText: String
  • # Contact list passenger representation only present when contact is the data
  • # source.
  • # Requires access to resource INTEGRATION_PNR_GO_SEE
  • passengerContactList: [PnrGoPassengerContact!]
  • }

link Require by