Baggage Fee Flight Segment
Container for information of Segment.
Parameters
airline Code
Specifies the 2 letter IATA airline code of the most significant carrier for the flight. In the case of flights with multiple airlines involves this is the airline who will be charging for the baggage.
departure Airport
arrival Airport
airline Name
Specifies the name of the airline. Where possible this is localized to the LangID supplied in the request.
cabin Class
Cabin class name of airline.
links
Links to airline's baggage policies. Where possible this is localized to the LangID supplied in the request. It is possible that special characters will be present in the URL
Constructors
Link copied to clipboard
public BaggageFeeFlightSegment BaggageFeeFlightSegment(String airlineCode, Airport departureAirport, Airport arrivalAirport, String airlineName, String cabinClass, Map<String, FlightsV1Link> links)