Address
Properties
| property | type | description |
|---|---|---|
| name | String | User-provided name of the Address (e.g., "European HQ", "New York Sales Office") |
| street_1 | String | Primary street address |
| street_2 | String | Secondary / additional street address or information |
| city | String | City name |
| city_web_path | Path | Path to Location detail for city |
| region | String | Region / State name |
| region_web_path | Path | Path to Location detail for region |
| country | String | Country full name |
| country_web_path | Path | Path to Location detail for country |
| latitude | Float | |
| longitude | Float | |
| created_at | Timestamp | |
| updated_at | Timestamp | |
| postal_code | Integer |

