Class MandateAddress
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class MandateAddress
Properties
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 |