Name | Type | Description | Notes |
---|---|---|---|
successful | bool | True if the parsing operation was successful, 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] |