# Cyclos4102Api.Address

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**addressLine1** | **String** | The first line of the descriptive address  | [optional] 
**addressLine2** | **String** | The second line of the descriptive address  | [optional] 
**street** | **String** | The street name  | [optional] 
**buildingNumber** | **String** | The numeric identifier for a land parcel, house, building or other  | [optional] 
**complement** | **String** | The complement (like apartment number)    | [optional] 
**zip** | **String** | A zip code that identifies a specific geographic (postal) delivery area  | [optional] 
**poBox** | **String** | The post-office box, is an uniquely addressable box  | [optional] 
**neighborhood** | **String** | The neighborhood name   | [optional] 
**city** | **String** | The city name  | [optional] 
**region** | **String** | The region or state  | [optional] 
**country** | **String** | The country, represented as 2-letter, uppercase, ISO 3166-1 code  | [optional] 
**location** | [**GeographicalCoordinate**](GeographicalCoordinate.md) | The geolocation of the current address | [optional] 


