Skip to main content

PnrGoFlight (Object)

type PnrGoFlight {
flightType: FlightType!
flightNo: String!
startAirport: PnrGoAirport!
endAirport: PnrGoAirport!
legHandling: PnrGoLegHandling
acftNid: Int!
acftVirtualNid: Int
acft: PnrGoAircraft
startTimeUTC: DateTime!
endTimeUTC: DateTime!
flightNid: FlightNid
tripNid: Int
status: FlightStatus!
isCnl: Boolean!
icaoType: IcaoType!
isCommercial: Boolean!
flightTags: [PnrGoTagDefinition!]!
trip: PnrGoTrip
aoc: PnrGoAoc
crewProperty: PnrGoCrewProperty
passengerList: PnrGoPassengerList
crewList: [PnrGoCrewMemberOnLeg!]!
overflightPermits: [PnrGoLegPermit!]!
flightWatch: PnrGoFlightWatch
}

Fields

PnrGoFlight.flightType ● FlightType! non-null enum

PnrGoFlight.flightNo ● String! non-null scalar

PnrGoFlight.startAirport ● PnrGoAirport! non-null object

Requires access to resource INTEGRATION_PNR_GO_SEE

PnrGoFlight.endAirport ● PnrGoAirport! non-null object

Requires access to resource INTEGRATION_PNR_GO_SEE

PnrGoFlight.legHandling ● PnrGoLegHandling object

Requires access to resource INTEGRATION_PNR_GO_SEE

PnrGoFlight.acftNid ● Int! non-null scalar

PnrGoFlight.acftVirtualNid ● Int scalar

PnrGoFlight.acft ● PnrGoAircraft object

Requires access to resource INTEGRATION_PNR_GO_SEE

PnrGoFlight.startTimeUTC ● DateTime! non-null scalar

PnrGoFlight.endTimeUTC ● DateTime! non-null scalar

PnrGoFlight.flightNid ● FlightNid scalar

PnrGoFlight.tripNid ● Int scalar

PnrGoFlight.status ● FlightStatus! non-null enum

PnrGoFlight.isCnl ● Boolean! non-null scalar

PnrGoFlight.icaoType ● IcaoType! non-null enum

PnrGoFlight.isCommercial ● Boolean! non-null scalar

PnrGoFlight.flightTags ● [PnrGoTagDefinition!]! non-null object

Requires access to resource INTEGRATION_PNR_GO_SEE

PnrGoFlight.trip ● PnrGoTrip object

Requires access to resource INTEGRATION_PNR_GO_SEE

PnrGoFlight.aoc ● PnrGoAoc object

Requires access to resource INTEGRATION_PNR_GO_SEE

PnrGoFlight.crewProperty ● PnrGoCrewProperty object

Requires access to resource INTEGRATION_PNR_GO_SEE

PnrGoFlight.passengerList ● PnrGoPassengerList object

Requires access to resource INTEGRATION_PNR_GO_SEE

PnrGoFlight.crewList ● [PnrGoCrewMemberOnLeg!]! non-null object

Requires access to resource INTEGRATION_PNR_GO_SEE

PnrGoFlight.overflightPermits ● [PnrGoLegPermit!]! non-null object

Requires access to resource INTEGRATION_PNR_GO_SEE

PnrGoFlight.flightWatch ● PnrGoFlightWatch object

Requires access to resource INTEGRATION_PNR_GO_SEE

Member Of

PnrGoQuery object