Uses of Class
com.adyen.model.transfers.Leg
-
Packages that use Leg Package Description com.adyen.model.transfers -
-
Uses of Leg in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return Leg Modifier and Type Method Description LegLeg. arrivalAirportCode(String arrivalAirportCode)The IATA 3-letter airport code of the destination airport.LegLeg. basicFareCode(String basicFareCode)The basic fare code for this leg.LegLeg. carrierCode(String carrierCode)IATA code of the carrier operating the flight.LegLeg. departureAirportCode(String departureAirportCode)The IATA three-letter airport code of the departure airport.LegLeg. departureDate(String departureDate)The flight departure date.LegLeg. flightNumber(String flightNumber)The flight identifier.static LegLeg. fromJson(String jsonString)Create an instance of Leg given an JSON stringMethods in com.adyen.model.transfers that return types with arguments of type Leg Modifier and Type Method Description List<Leg>Airline. getLegs()Details about the flight legs for this ticket.Methods in com.adyen.model.transfers with parameters of type Leg Modifier and Type Method Description AirlineAirline. addLegsItem(Leg legsItem)Method parameters in com.adyen.model.transfers with type arguments of type Leg Modifier and Type Method Description AirlineAirline. legs(List<Leg> legs)Details about the flight legs for this ticket.voidAirline. setLegs(List<Leg> legs)Details about the flight legs for this ticket.
-