# UserAddress

## Properties

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `object` | string | Yes | Type of object is always `userAddress`. |
| `id` | string | Yes | Unique identifier for the address. |
| `city` | string | Yes | The city/municipality of the address. |
| `country` | string | Yes | The ISO 3166-1 alpha-2 country code of the address. |
| `createdAt` | string | Yes | The time the address was created. |
| `line1` | string | Yes | The first line of the address, e.g. street and house number. |
| `line2` | string,null | Yes | The second line of the address, e.g. apartment number. |
| `postalCode` | string,null | Yes | The postal code of the address. |
| `state` | string,null | Yes | The state/province/region of the address. |
| `user` | string | Yes | Unique identifier for the address user. |
