Skip to main content

Transport

No description

type Transport {
baggageIncluded: Boolean!
baggageDescription: String
ref: String!
segments: [Segment!]
transportType: TransportType
isInternal: Boolean
}

Fields

Transport.baggageIncluded ● Boolean! non-null scalar

Indicates if the baggage is included

Transport.baggageDescription ● String scalar

Description of the baggage usually indicating limits to it

Transport.ref ● String! non-null scalar

ref to see where it belongs in the itinerary map (if necessary)

Transport.segments ● [Segment!] list object

List of segments that the transport has

Transport.transportType ● TransportType enum

Indicates which type of transport it is (Flight, train)

Transport.isInternal ● Boolean scalar

Indicates if is internal transport

Member Of

BookingPayload object ● BookPayload object ● QuotePayload object ● SearchOption object