# OnDemandClient.Address

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**addressLine** | **String** | The candidate&#39;s residential street address, such as \&quot;123 Main Street\&quot; | [optional] 
**countryCode** | **String** | the two-letter ISO short code for the country of the address, such as \&quot;US\&quot; | [optional] 
**municipality** | **String** | the city or town of the address | [optional] 
**postalCode** | **String** | the 5 or 9 digit zip code for the address, wth no dashes for US addresses. | [optional] 
**regionCode** | **String** | the ISO 3166-2 region, such as a US state, where the candidate lives. In the US, this is the combination of \&quot;US\&quot;, a dash, and the state or territory&#39;s two-letter postal code. For example, Texas is \&quot;US-TX\&quot; and Puerto Rico is \&quot;US-PR\&quot; | [optional] 


