> ## Documentation Index
> Fetch the complete documentation index at: https://docs.smokeball.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Contacts

[**@smokeballdev/smokeball-client-sdk**](./../../../../README)

***

# Interface: Address

Address details.

## Extended by

* [`AddressWithDxAddress`](./AddressWithDxAddress)

## Properties

### addressLine1?

> `optional` **addressLine1**: `string`

Address line 1.

***

### addressLine2?

> `optional` **addressLine2**: `string`

Address line 2.

***

### buildingLevel?

> `optional` **buildingLevel**: `string`

Building level in address (if applicable).

***

### careOf?

> `optional` **careOf**: `string`

Care of the addressee (if applicable).

***

### city?

> `optional` **city**: `string`

City, district, suburb, town, or village.

***

### country?

> `optional` **country**: `string`

Country.

***

### county?

> `optional` **county**: `string`

County (if applicable).

***

### poBox?

> `optional` **poBox**: [`PoBoxAddress`](./PoBoxAddress)

PO Box address (if applicable).

***

### state?

> `optional` **state**: `string`

State, province, or region.

***

### streetName?

> `optional` **streetName**: `string`

Street name in address.

***

### streetNumber?

> `optional` **streetNumber**: `string`

Street number in address.

***

### streetType?

> `optional` **streetType**: `string`

Street type in address (if applicable).

***

### unitNumber?

> `optional` **unitNumber**: `string`

Unit number in address (if applicable).

***

### unitType?

> `optional` **unitType**: `string`

Unit type (e.g. Unit, Flat, Villa, Suite, etc.) in address (if applicable).

***

### zipCode?

> `optional` **zipCode**: `string`

Zip or post code.
