Address_v1

FieldTypeDescription
streetStringThe street name of the validated address.
housenumberStringThe house number of the validated address.
housenumberAdditionStringAdditional house number details (e.g., unit or suite).
stateStringThe state or region of the validated address.
stateCodeStringThe abbreviated state code of the validated address.
cityStringThe city of the validated address.
postalCodeStringThe postal or ZIP code of the validated address.
countryStringThe country name of the validated address.
countryCodeStringThe ISO country code of the validated address.
fullAddressStringThe full validated address as a single formatted string.
latitudeStringThe latitude coordinate (available if geocoding is enabled).
longitudeStringThe longitude coordinate (available if geocoding is enabled).
geoStatusStatus_v1Geocoding-specific status details for the validated address.
statusStatus_v1Overall validation status information for the validated address.
adviceAdvice_v1Validation advice for the address; available via the getAdvice() method.