Class PropertyAddress
Represents the address of a property.
Implements
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.Property
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class PropertyAddress : 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 |
Latitude
Gets or sets the latitude coordinate of the property.
Declaration
public decimal? Latitude { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal? |
Locality
Gets or sets the locality or district.
Declaration
public string Locality { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Longitude
Gets or sets the longitude coordinate of the property.
Declaration
public decimal? Longitude { get; set; }
Property Value
| Type | Description |
|---|---|
| decimal? |
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 |
UniquePropertyReferenceNumber
Gets or sets the unique property reference number.
Declaration
public long? UniquePropertyReferenceNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |