# AddressRequest



## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **category** |string |  | Home, work or provincial | | |
| **countryCode** |string |  | ISO3166-2 country code | | |
| **provinceState** |string |  |  | | |
| **city** |string |  |  | | |
| **suburb** |string |  |  | | |
| **postalCode** |string |  |  | | |
| **line1** |string |  |  | | |
| **line2** |string |  |  | | |
| **status** |[AddressStatus](AddressStatus.md) |  |  | | |
| **isPrimary** |boolean |  |  | | |



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