Skip to main content

SalesTripSummaryLeg (Object)

type SalesTripSummaryLeg {
flightNo: String!
startAirport: SalesTripSummaryAirport!
endAirport: SalesTripSummaryAirport!
startDateTimeLocal: DateTimeWithTimezone!
endDateTimeLocal: DateTimeWithTimezone!
flightTime: Time!
handling: SalesTripSummaryHandling
crew: [SalesTripSummaryCrew!]
overflightPermits: [SalesTripSummaryLegPermit!]
slots: SalesTripSummaryLegSlot
ppr: SalesTripSummaryLegPpr
catering: SalesTripSummaryLegCatering
aircraft: SalesTripSummaryLegAircraft
passengerList: [SalesTripSummaryPassenger!]
}

Fields

SalesTripSummaryLeg.flightNo ● String! non-null scalar

SalesTripSummaryLeg.startAirport ● SalesTripSummaryAirport! non-null object

SalesTripSummaryLeg.endAirport ● SalesTripSummaryAirport! non-null object

SalesTripSummaryLeg.startDateTimeLocal ● DateTimeWithTimezone! non-null scalar

SalesTripSummaryLeg.endDateTimeLocal ● DateTimeWithTimezone! non-null scalar

SalesTripSummaryLeg.flightTime ● Time! non-null scalar

SalesTripSummaryLeg.handling ● SalesTripSummaryHandling object

Requires access to resource GRAPHQL_HANDLING_AGENT

SalesTripSummaryLeg.crew ● [SalesTripSummaryCrew!] list object

SalesTripSummaryLeg.overflightPermits ● [SalesTripSummaryLegPermit!] list object

SalesTripSummaryLeg.slots ● SalesTripSummaryLegSlot object

Requires access to resource GRAPHQL_CHECKLIST_OPS_SEE

SalesTripSummaryLeg.ppr ● SalesTripSummaryLegPpr object

Requires access to resource GRAPHQL_CHECKLIST_OPS_SEE

SalesTripSummaryLeg.catering ● SalesTripSummaryLegCatering object

Requires access to resource GRAPHQL_HANDLING_AGENT

SalesTripSummaryLeg.aircraft ● SalesTripSummaryLegAircraft object

SalesTripSummaryLeg.passengerList ● [SalesTripSummaryPassenger!] list object

Member Of

SalesTripSummary object