Skip to main content

FareConstructionSegmentPart

No description

type FareConstructionSegmentPart {
index: Int!
origin: AirportIATA!
airline: String!
destination: AirportIATA!
connectionType: String!
qs: [FareConstructionQ!]!
}

Fields

FareConstructionSegmentPart.index ● Int! non-null scalar

FareConstructionSegmentPart.origin ● AirportIATA! non-null scalar

FareConstructionSegmentPart.airline ● String! non-null scalar

FareConstructionSegmentPart.destination ● AirportIATA! non-null scalar

FareConstructionSegmentPart.connectionType ● String! non-null scalar

FareConstructionSegmentPart.qs ● [FareConstructionQ!]! non-null object

Member Of

FareConstructionSegment object