Class MandateAddress
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Mandates.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class MandateAddressProperties
City
City
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
Declaration
public string HouseNumber { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Street
Streetname
Declaration
public string Street { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Zip
Zip code
Declaration
public string Zip { get; set; }Property Value
| Type | Description | 
|---|---|
| string |