Class PersonalInformation
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class PersonalInformation
Properties
DateOfBirth
The date of birth of the customer
Format: YYYYMMDD
Declaration
public string DateOfBirth { get; set; }
Property Value
Type | Description |
---|---|
string |
Gender
The gender of the customer, possible values are:
- male
- female
- unknown or empty
Declaration
public string Gender { get; set; }
Property Value
Type | Description |
---|---|
string |
Identification
Object containing identification documents information
Declaration
public PersonalIdentification Identification { get; set; }
Property Value
Type | Description |
---|---|
PersonalIdentification |
Name
Object containing the name details of the customer
Declaration
public PersonalName Name { get; set; }
Property Value
Type | Description |
---|---|
PersonalName |