Package com.onlinepayments.domain
Class AirlinePassenger
java.lang.Object
com.onlinepayments.domain.AirlinePassenger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAirline loyalty program level for the passenger on the itinerary.First name of the passenger This field is used by the following payment products: cards, 840Type of passenger on the itinerary.Surname of the passenger This field is used by the following payment products: cards, 840Surname prefix or middle name of the passenger This field is used by the following payment products: 840getTitle()Deprecated.This field is not used by any payment product Title of the passenger (this property is used for fraud screening on the payment platform)voidsetAirlineLoyaltyStatus(String value) Airline loyalty program level for the passenger on the itinerary.voidsetFirstName(String value) First name of the passenger This field is used by the following payment products: cards, 840voidsetPassengerType(String value) Type of passenger on the itinerary.voidsetSurname(String value) Surname of the passenger This field is used by the following payment products: cards, 840voidsetSurnamePrefix(String value) Surname prefix or middle name of the passenger This field is used by the following payment products: 840voidDeprecated.This field is not used by any payment product Title of the passenger (this property is used for fraud screening on the payment platform)withAirlineLoyaltyStatus(String value) Airline loyalty program level for the passenger on the itinerary.withFirstName(String value) First name of the passenger This field is used by the following payment products: cards, 840withPassengerType(String value) Type of passenger on the itinerary.withSurname(String value) Surname of the passenger This field is used by the following payment products: cards, 840withSurnamePrefix(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)
-
Constructor Details
-
AirlinePassenger
public AirlinePassenger()
-
-
Method Details
-
getAirlineLoyaltyStatus
Airline loyalty program level for the passenger on the itinerary. -
setAirlineLoyaltyStatus
Airline loyalty program level for the passenger on the itinerary. -
withAirlineLoyaltyStatus
Airline loyalty program level for the passenger on the itinerary. -
getFirstName
First name of the passenger This field is used by the following payment products: cards, 840 -
setFirstName
First name of the passenger This field is used by the following payment products: cards, 840 -
withFirstName
First name of the passenger This field is used by the following payment products: cards, 840 -
getPassengerType
Type of passenger on the itinerary. -
setPassengerType
Type of passenger on the itinerary. -
withPassengerType
Type of passenger on the itinerary. -
getSurname
Surname of the passenger This field is used by the following payment products: cards, 840 -
setSurname
Surname of the passenger This field is used by the following payment products: cards, 840 -
withSurname
Surname of the passenger This field is used by the following payment products: cards, 840 -
getSurnamePrefix
Surname prefix or middle name of the passenger This field is used by the following payment products: 840 -
setSurnamePrefix
Surname prefix or middle name of the passenger This field is used by the following payment products: 840 -
withSurnamePrefix
Surname prefix or middle name of the passenger This field is used by the following payment products: 840 -
getTitle
Deprecated.This field is not used by any payment product Title of the passenger (this property is used for fraud screening on the payment platform)Deprecated: This field is not used by any payment product Title of the passenger (this property is used for fraud screening on the payment platform) -
setTitle
Deprecated.This field is not used by any payment product Title of the passenger (this property is used for fraud screening on the payment platform)Deprecated: This field is not used by any payment product Title of the passenger (this property is used for fraud screening on the payment platform) -
withTitle
Deprecated.This field is not used by any payment product Title of the passenger (this property is used for fraud screening on the payment platform)Deprecated: This field is not used by any payment product Title of the passenger (this property is used for fraud screening on the payment platform)
-