Flex Search Response Offers Inner Offer Segments Inner Segment
Container of information about each flight offer Segments (the trip from one stopping place to another) are made up of Legs. This will be given back in response if includeSegmentDetails=true
Parameters
departure Arrival Day Difference
This is an indicator (can have values of -1, 0, 1, 2, etc.) which depends on the relative difference between the arrival and departure dates.
legs
Container information on each flight leg.
airport Change
True if there the Segment is having a different Departure airport compared to the Arrival airport of previous Segment.
Constructors
Link copied to clipboard
public FlexSearchResponseOffersInnerOfferSegmentsInnerSegment FlexSearchResponseOffersInnerOfferSegmentsInnerSegment(Integer departureArrivalDayDifference, List<FlexSearchResponseOffersInnerOfferSegmentsInnerSegmentLegsInner> legs, Boolean airportChange)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@NotNull()
@Valid()