public class AirlinePassenger extends Object
Constructor and Description |
---|
AirlinePassenger() |
Modifier and Type | Method and Description |
---|---|
String |
getFirstName()
First name of the passenger (this property is used for fraud screening on the Ogone Payment Platform)
|
String |
getSurname()
Surname of the passenger (this property is used for fraud screening on the Ogone Payment Platform)
|
String |
getSurnamePrefix()
Surname prefix of the passenger (this property is used for fraud screening on the Ogone Payment Platform)
|
String |
getTitle()
Title of the passenger (this property is used for fraud screening on the Ogone Payment Platform)
|
void |
setFirstName(String value)
First name of the passenger (this property is used for fraud screening on the Ogone Payment Platform)
|
void |
setSurname(String value)
Surname of the passenger (this property is used for fraud screening on the Ogone Payment Platform)
|
void |
setSurnamePrefix(String value)
Surname prefix of the passenger (this property is used for fraud screening on the Ogone Payment Platform)
|
void |
setTitle(String value)
Title of the passenger (this property is used for fraud screening on the Ogone Payment Platform)
|
public String getFirstName()
public void setFirstName(String value)
public String getSurname()
public void setSurname(String value)
public String getSurnamePrefix()
public void setSurnamePrefix(String value)
public String getTitle()
public void setTitle(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.