Uses of Class
com.onlinepayments.domain.AirlinePassenger
Packages that use AirlinePassenger
-
Uses of AirlinePassenger in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return AirlinePassengerModifier and TypeMethodDescriptionAirlinePassenger.withAirlineLoyaltyStatus(String value) Airline loyalty program level for the passenger on the itinerary.AirlinePassenger.withFirstName(String value) First name of the passenger This field is used by the following payment products: cards, 840AirlinePassenger.withPassengerType(String value) Type of passenger on the itinerary.AirlinePassenger.withSurname(String value) Surname of the passenger This field is used by the following payment products: cards, 840AirlinePassenger.withSurnamePrefix(String value) Surname prefix or middle name of the passenger This field is used by the following payment products: 840Deprecated.This field is not used by any payment product Title of the passenger (this property is used for fraud screening on the payment platform)Methods in com.onlinepayments.domain that return types with arguments of type AirlinePassengerModifier and TypeMethodDescriptionAirlineData.getPassengers()Object that holds the data on the individual passengers This field is used by the following payment products: cards, 840Method parameters in com.onlinepayments.domain with type arguments of type AirlinePassengerModifier and TypeMethodDescriptionvoidAirlineData.setPassengers(List<AirlinePassenger> value) Object that holds the data on the individual passengers This field is used by the following payment products: cards, 840AirlineData.withPassengers(List<AirlinePassenger> value) Object that holds the data on the individual passengers This field is used by the following payment products: cards, 840