Class LatitudePayAddress
Represents a physical/postal address used for delivery/shipping or billing.
Inherited Members
Namespace: Yort.LatitudePay.InStore
Assembly: Yort.LatitudePay.InStore.dll
Syntax
public class LatitudePayAddress
Properties
| Improve this Doc View SourceAddressLine1
Gets or sets the first address line.
Declaration
[JsonProperty("addressLine1")]
public string AddressLine1 { get; set; }
Property Value
Type | Description |
---|---|
String | The first address line. |
AddressLine2
Gets or sets the second address line.
Declaration
[JsonProperty("addressLine2")]
public string AddressLine2 { get; set; }
Property Value
Type | Description |
---|---|
String | The second address line. |
CityTown
Gets or sets the city or town.
Declaration
[JsonProperty("cityTown")]
public string CityTown { get; set; }
Property Value
Type | Description |
---|---|
String | The city or town. |
CountryCode
Gets or sets the country code.
Declaration
[JsonProperty("countryCode")]
public string CountryCode { get; set; }
Property Value
Type | Description |
---|---|
String | The country code. |
Postcode
Gets or sets the postcode.
Declaration
[JsonProperty("postcode")]
public string Postcode { get; set; }
Property Value
Type | Description |
---|---|
String | The postcode. |
State
Gets or sets the state or province.
Declaration
[JsonProperty("state")]
public string State { get; set; }
Property Value
Type | Description |
---|---|
String | The state or province. |
Suburb
Gets or sets the suburb.
Declaration
[JsonProperty("suburb")]
public string Suburb { get; set; }
Property Value
Type | Description |
---|---|
String | The suburb. |