Address_v1
| Field | Type | Description |
|---|---|---|
| street | String | The street name of the validated address. |
| housenumber | String | The house number of the validated address. |
| housenumberAddition | String | Additional house number details (e.g., unit or suite). |
| state | String | The state or region of the validated address. |
| stateCode | String | The abbreviated state code of the validated address. |
| city | String | The city of the validated address. |
| postalCode | String | The postal or ZIP code of the validated address. |
| country | String | The country name of the validated address. |
| countryCode | String | The ISO country code of the validated address. |
| fullAddress | String | The full validated address as a single formatted string. |
| latitude | String | The latitude coordinate (available if geocoding is enabled). |
| longitude | String | The longitude coordinate (available if geocoding is enabled). |
| geoStatus | Status_v1 | Geocoding-specific status details for the validated address. |
| status | Status_v1 | Overall validation status information for the validated address. |
| advice | Advice_v1 | Validation advice for the address; available via the getAdvice() method. |
Updated 7 months ago