Uses of Class
com.onlinepayments.domain.AirlineFlightLeg
Packages that use AirlineFlightLeg
-
Uses of AirlineFlightLeg in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return AirlineFlightLegModifier and TypeMethodDescriptionAirlineFlightLeg.withAirlineClass(String value) Reservation Booking Designator This field is used by the following payment products: cardsAirlineFlightLeg.withArrivalAirport(String value) Arrival airport/city code This field is used by the following payment products: 840AirlineFlightLeg.withArrivalTime(String value) The arrival time in the local time zone Format: HH:MM This field is used by the following payment products: 840AirlineFlightLeg.withCarrierCode(String value) IATA carrier code This field is used by the following payment products: cards, 840AirlineFlightLeg.withConjunctionTicket(String value) Identifying number of a ticket issued to a passenger in conjunction with this ticket and that constitutes a single contract of carriage This field is used by the following payment products: 840AirlineFlightLeg.withCouponNumber(String value) The coupon number associated with this leg of the trip.Date of the leg Format: YYYYMMDD This field is used by the following payment products: cards, 840AirlineFlightLeg.withDepartureTime(String value) The departure time in the local time at the departure airport Format: HH:MM This field is used by the following payment products: 840AirlineFlightLeg.withEndorsementOrRestriction(String value) An endorsement can be an agency-added notation or a mandatory government required notation, such as value-added tax.AirlineFlightLeg.withExchangeTicket(String value) New ticket number that is issued when a ticket is exchanged This field is used by the following payment products: 840Deprecated.Use legFare instead.AirlineFlightLeg.withFareBasis(String value) Fare Basis/Ticket Designator This field is used by the following payment products: 840Fee for this leg of the trip This field is used by the following payment products: 840AirlineFlightLeg.withFlightNumber(String value) The flight number assigned by the airline carrier with no leading spaces Should be a numeric string This field is used by the following payment products: cards, 840AirlineFlightLeg.withLegFare(Integer value) Fee for this leg of the trip This field is used by the following payment products: 840AirlineFlightLeg.withNumber(Integer value) Deprecated.This field is not used by any payment product Sequence number of the flight legAirlineFlightLeg.withOriginAirport(String value) Origin airport/city code This field is used by the following payment products: cards, 840AirlineFlightLeg.withPassengerClass(String value) PassengerClass if this leg This field is used by the following payment products: 840AirlineFlightLeg.withStopoverCode(String value) Possible values are: permitted = Stopover permitted non-permitted = Stopover not permitted This field is used by the following payment products: cards, 840Taxes for this leg of the trip This field is used by the following payment products: 840Methods in com.onlinepayments.domain that return types with arguments of type AirlineFlightLegModifier and TypeMethodDescriptionAirlineData.getFlightLegs()Object that holds the data on the individual legs of the flight ticketMethod parameters in com.onlinepayments.domain with type arguments of type AirlineFlightLegModifier and TypeMethodDescriptionvoidAirlineData.setFlightLegs(List<AirlineFlightLeg> value) Object that holds the data on the individual legs of the flight ticketAirlineData.withFlightLegs(List<AirlineFlightLeg> value) Object that holds the data on the individual legs of the flight ticket