Class BranchAddress
Represents the address of a branch.
Implements
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.Branches
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class BranchAddress : IApiAddress
Properties
View SourceCity
Gets or sets the city or town.
Declaration
public string City { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Country
Gets or sets the country. This must be in ISO 3166-1 alpha-2 format.
Declaration
public string Country { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
County
Gets or sets the county or region.
Declaration
public string County { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HouseNameNumber
Gets or sets the house name or number.
Declaration
public string HouseNameNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Locality
Gets or sets the locality or district.
Declaration
public string Locality { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Postcode
Gets or sets the postcode.
Declaration
public string Postcode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Street
Gets or sets the street name.
Declaration
public string Street { get; set; }
Property Value
| Type | Description |
|---|---|
| string |