Class Address
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class Address
Properties
AdditionalInfo
Additional address information. The additionalInfo is truncated after 10 characters for payments, refunds or payouts that are processed by the WL Online Payment Acceptance platform
Declaration
public string AdditionalInfo { get; set; }
Property Value
Type | Description |
---|---|
string |
City
City
Note: For payments with product 1503 the maximum length is not 40 but 20.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
string |
CountryCode
ISO 3166-1 alpha-2 country code
Declaration
public string CountryCode { get; set; }
Property Value
Type | Description |
---|---|
string |
HouseNumber
House number. The houseNumber is truncated after 10 characters for payments, refunds or payouts that are processed by the WL Online Payment Acceptance platform
Declaration
public string HouseNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Full name of the state or province
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 for payments that are processed by the GlobalCollect platform
- The maximum length for paymentProductId 1503 (Boleto) is AN2 for payments that are processed by the GlobalCollect platform
- The maximum length is 3 for payments that are processed by the WL Online Payment Acceptance platform
Declaration
public string StateCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Street
Streetname
Declaration
public string Street { get; set; }
Property Value
Type | Description |
---|---|
string |
Zip
Zip code
Note: For payments with product 1503 the maximum length is not 10 but 8.
Declaration
public string Zip { get; set; }
Property Value
Type | Description |
---|---|
string |