Class Debtor
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Token.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class Debtor
Properties
AdditionalAddressInfo
Additional information about the debtor's address, like Suite II, Apartment 2a
Declaration
public string AdditionalAddressInfo { get; set; }
Property Value
Type | Description |
---|---|
string |
City
City of the debtor's address
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
string |
CountryCode
ISO 3166-1 alpha-2 country code of the debtor's address
Declaration
public string CountryCode { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstName
Debtor first name
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
string |
HouseNumber
House number of the debtor's address
Declaration
public string HouseNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
State
State of debtor address
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
string |
StateCode
ISO 3166-2 alpha-3 state code
Notes:
- The maximum length for 3-D Secure version 2 is AN3.
- The maximum length for paymentProductId 1503 (Boleto) is AN2.
Declaration
public string StateCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Street
Street of debtor's address
Declaration
public string Street { get; set; }
Property Value
Type | Description |
---|---|
string |
Surname
Debtor's last name
Declaration
public string Surname { get; set; }
Property Value
Type | Description |
---|---|
string |
SurnamePrefix
Prefix of the debtor's last name
Declaration
public string SurnamePrefix { get; set; }
Property Value
Type | Description |
---|---|
string |
Zip
ZIP code of the debtor's address
Declaration
public string Zip { get; set; }
Property Value
Type | Description |
---|---|
string |