Flex Search Response Offers Inner Offer Segments Inner Segment Legs Inner Leg
Container information on each flight leg.
Parameters
departure Airport
arrival Airport
departure Date Time
Flight departure date and time in ISO 8601 format
arrival Date Time
Flight landing date and time in ISO 8601 format
flight Number
Flight Number assigned by Carrier.
marketing Airline Code
The two-letter code of the Airline that is marketing the flight.
flight Duration
The total travel duration for this leg, expressed in ISO 8601 standard.
cabin Class
Class of service for the air leg.
operating Airline Code
The two-letter code of the Airline actually operating the plane.
Constructors
Link copied to clipboard
public FlexSearchResponseOffersInnerOfferSegmentsInnerSegmentLegsInnerLeg FlexSearchResponseOffersInnerOfferSegmentsInnerSegmentLegsInnerLeg(FlexSearchResponseOffersInnerOfferSegmentsInnerSegmentLegsInnerLegDepartureAirport departureAirport, FlexSearchResponseOffersInnerOfferSegmentsInnerSegmentLegsInnerLegDepartureAirport arrivalAirport, OffsetDateTime departureDateTime, OffsetDateTime arrivalDateTime, String flightNumber, String marketingAirlineCode, String flightDuration, FlexSearchResponseOffersInnerOfferSegmentsInnerSegmentLegsInnerLeg.CabinClass cabinClass, String operatingAirlineCode)
Types
Link copied to clipboard
public enum CabinClass extends Enum<FlexSearchResponseOffersInnerOfferSegmentsInnerSegmentLegsInnerLeg.CabinClass>
Class of service for the air leg. Values: ECONOMY,FIRST,BUSINESS,PREMIUM_ECONOMY
Properties
Link copied to clipboard
@NotNull()
@Valid()
Link copied to clipboard
Link copied to clipboard
@NotNull()
Link copied to clipboard
@NotNull()
@Valid()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
public final static FlexSearchResponseOffersInnerOfferSegmentsInnerSegmentLegsInnerLeg.Builder builder()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard