Sha256: f719695e38a50fbe487d10abc2f6d516c5942c1078786d8d8cd5aa8b58bb0cc6

Contents?: true

Size: 1.64 KB

Versions: 13

Compression:

Stored size: 1.64 KB

Contents

# CloudmersiveValidateApiClient::NormalizeAddressResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**valid_address** | **BOOLEAN** | True if the address is valid, false otherwise | [optional] 
**building** | **String** | The name of the building, house or structure if applicable, such as \"Cloudmersive Building 2\".  This will often by null. | [optional] 
**street_number** | **String** | The street number or house number of the address.  For example, in the address \"1600 Pennsylvania Avenue NW\" the street number would be \"1600\".  This value will typically be populated for most addresses. | [optional] 
**street** | **String** | The name of the street or road of the address.  For example, in the address \"1600 Pennsylvania Avenue NW\" the street number would be \"Pennsylvania Avenue NW\". | [optional] 
**city** | **String** | The city of the address. | [optional] 
**state_or_province** | **String** | The state or province of the address. | [optional] 
**postal_code** | **String** | The postal code or zip code of the address. | [optional] 
**country_full_name** | **String** | Country of the address, if present in the address.  If not included in the address it will be null. | [optional] 
**iso_two_letter_code** | **String** | Two-letter ISO 3166-1 country code | [optional] 
**latitude** | **Float** | If the address is valid, the degrees latitude of the validated address, null otherwise | [optional] 
**longitude** | **Float** | If the address is valid, the degrees longitude of the validated address, null otherwise | [optional] 


Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
cloudmersive-validate-api-client-2.2.6 ./docs/NormalizeAddressResponse.md
cloudmersive-validate-api-client-2.2.5 ./docs/NormalizeAddressResponse.md
cloudmersive-validate-api-client-2.2.4 ./docs/NormalizeAddressResponse.md
cloudmersive-validate-api-client-2.2.3 ./docs/NormalizeAddressResponse.md
cloudmersive-validate-api-client-2.2.2 ./docs/NormalizeAddressResponse.md
cloudmersive-validate-api-client-2.2.0 ./docs/NormalizeAddressResponse.md
cloudmersive-validate-api-client-2.1.9 ./docs/NormalizeAddressResponse.md
cloudmersive-validate-api-client-2.1.7 ./docs/NormalizeAddressResponse.md
cloudmersive-validate-api-client-2.1.6 ./docs/NormalizeAddressResponse.md
cloudmersive-validate-api-client-2.1.5 ./docs/NormalizeAddressResponse.md
cloudmersive-validate-api-client-2.1.4 ./docs/NormalizeAddressResponse.md
cloudmersive-validate-api-client-2.1.3 ./docs/NormalizeAddressResponse.md
cloudmersive-validate-api-client-2.1.2 ./docs/NormalizeAddressResponse.md