Air
Parameters
departure Time
Local date and time of departure from original departure location, in ISO-8601 date and time format yyyy-MM-ddTHH:mm:ss.SSSZ.
arrival Time
Local date and time of arrival to final destination location, in ISO-8601 date and time format yyyy-MM-ddTHH:mm:ss.SSSZ.
air Segments
Additional airline and flight details for each of the trip segments.
flight Type
Identifies the type of air trip based on the air destinations.
passenger Name Record
Airline booking confirmation code for the trip.
global Distribution System Type
Associated with Passenger Name Record (PNR).
Constructors
Link copied to clipboard
public Air Air(Amount price, String inventoryType, TravelProduct.InventorySource inventorySource, OffsetDateTime departureTime, OffsetDateTime arrivalTime, List<AirSegment> airSegments, List<String> travelersReferences, Boolean payLater, Boolean refundable, Air.FlightType flightType, String passengerNameRecord, String globalDistributionSystemType)
Types
Properties
Functions
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard