FlightCustomerPaxListType (Object)
type FlightCustomerPaxListType {
passengerCount: Int!
passengerList: [FlightCustomerPax!]!
}
Fields
FlightCustomerPaxListType.passengerCount ● Int! non-null scalar
FlightCustomerPaxListType.passengerList ● [FlightCustomerPax!]! non-null object
Member Of
FlightCustomerFlight object ● NonNullFlightCustomerPaxListTypeValue object