# AddressObject

An object representing an address with various properties.

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **country** |string |  | The country where the address is located. | | |
| **streetLine1** |string |  | The first line of the street address. | | |
| **streetLine2** |string |  | The second line of the street address. | | |
| **city** |string |  | The city or locality within the address. | | |
| **province** |string |  | The province or region within the country. | | |
| **state** |string |  | The state or administrative division within the country. | | |
| **postalCode** |string |  | The postal code or ZIP code for the address. | | |



[[Back to README]](../../README.md)