Class ServiceLocationAddress
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class ServiceLocationAddress
Properties
City
Address city
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
string |
CountryCode
Address country code, ISO 3166 international standard
Declaration
public string CountryCode { get; set; }
Property Value
Type | Description |
---|---|
string |
CountrySubdivisionCode
Address country subdivision code, see list for details
Declaration
public string CountrySubdivisionCode { get; set; }
Property Value
Type | Description |
---|---|
string |
PostalCode
Address postal code
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
string |