Class CustomerAddress
Represents the address of a customer.
Implements
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.Customer
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class CustomerAddress : IApiAddress
Properties
View SourceCity
Gets or sets the city of the customer's address.
Declaration
public string City { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Country
Gets or sets the country of the customer's address.
Declaration
public string Country { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
County
Gets or sets the county of the customer's address.
Declaration
public string County { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HouseNameNumber
Gets or sets the house name/number of the customer's address.
Declaration
public string HouseNameNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Locality
Gets or sets the locality of the customer's address.
Declaration
public string Locality { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Postcode
Gets or sets the postcode of the customer's address.
Declaration
public string Postcode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Street
Gets or sets the street of the customer's address.
Declaration
public string Street { get; set; }
Property Value
| Type | Description |
|---|---|
| string |