Skip to main content

PropertyAddress

Represents information about an address of a property.

type PropertyAddress {
street: String
houseNumber: String
apartmentNumber: String
city: String
state: String
county: String
postalCode: String
country: Country
}

Fields

PropertyAddress.street ● String scalar

The property's street.

PropertyAddress.houseNumber ● String scalar

The property's house number.

PropertyAddress.apartmentNumber ● String scalar

The property's apartment number.

PropertyAddress.city ● String scalar

The property's city.

PropertyAddress.state ● String scalar

The property's state.

PropertyAddress.county ● String scalar

The property's county.

PropertyAddress.postalCode ● String scalar

The property's postal code.

PropertyAddress.country ● Country object

The property's country.

Member Of

Property object