Skip to main content

PropertyAddressInput

Provides the capabilities for dealing with property's address.

input PropertyAddressInput {
street: String
houseNumber: String
apartmentNumber: String
city: String
state: String
county: String
postalCode: String
country: String
}

Fields

PropertyAddressInput.street ● String scalar

The property's street.

PropertyAddressInput.houseNumber ● String scalar

The property's house number.

PropertyAddressInput.apartmentNumber ● String scalar

The property's apartment number.

PropertyAddressInput.city ● String scalar

The property's city.

PropertyAddressInput.state ● String scalar

The property's state.

PropertyAddressInput.county ● String scalar

The property's county.

PropertyAddressInput.postalCode ● String scalar

The property's postal code.

PropertyAddressInput.country ● String scalar

Two-letter country code, ISO 3166-1 alpha-2 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).

Member Of

CreatePropertyInput input ● UpdatePropertyInput input