IGuideAddress
Property address information.
citystring
City name
countrystring
The two letter country code as defined by ISO 3166-2
postalCodestring
The postal code - or the local equivalent thereof - as defined by that country's post office.
provinceStatestring
The subdivision code as defined by ISO 3166-2
streetNamestring
Street name
streetNumberstring
Street number
unitNumberstring
The unit/apartment/suite number or other description of the property
IGuideAddress
{
"city": "string",
"country": "string",
"postalCode": "string",
"provinceState": "string",
"streetName": "string",
"streetNumber": "string",
"unitNumber": "string"
}