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.