Class AirlinePassenger
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class AirlinePassenger
Properties
FirstName
First name of the passenger (this property is used for fraud screening on the Ogone Payment Platform)
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
string |
Surname
Surname of the passenger (this property is used for fraud screening on the Ogone Payment Platform)
Declaration
public string Surname { get; set; }
Property Value
Type | Description |
---|---|
string |
SurnamePrefix
Surname prefix of the passenger (this property is used for fraud screening on the Ogone Payment Platform)
Declaration
public string SurnamePrefix { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Title of the passenger (this property is used for fraud screening on the Ogone Payment Platform)
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |