Class PersonalIdentification
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class PersonalIdentification
Properties
IdIssuingCountryCode
ISO 3166-1 alpha-2 country code of the country that issued the identification document
Declaration
public string IdIssuingCountryCode { get; set; }
Property Value
Type | Description |
---|---|
string |
IdType
Indicates the type of identification
- nationalIdentification = The provided idValue is a national identification number.
- passportNumber = The provided idValue is a passport number.
- driverLicense = The provided idValue is driving License of the individual.
- companyRegistrationNumber = The provided idValue is a company identifier. It verifies its legal existence as an incorporated entity.
- socialSecurityNumber =n The provided idValue is a social security number, issued to an individual by the individual's government.
- alienRegistrationNumber = The provided idValue is an alien registration number, provided by immigration services of a country.
- lawEnforcementIdentification = The provided idValue is an alien registration number, provided by immigration services of a country.
- militaryIdentification = The provided idValue is an identification issued to military personnel of a country.
Declaration
public string IdType { get; set; }
Property Value
Type | Description |
---|---|
string |
IdValue
The value of the identification
Declaration
public string IdValue { get; set; }
Property Value
Type | Description |
---|---|
string |