> ## 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: AddressWithDxAddress

Address details.

## Extends

* [`Address`](./Address)

## Properties

### addressLine1?

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

Address line 1.

#### Inherited from

[`Address`](./Address).[`addressLine1`](Address.md#addressline1)

***

### addressLine2?

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

Address line 2.

#### Inherited from

[`Address`](./Address).[`addressLine2`](Address.md#addressline2)

***

### buildingLevel?

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

Building level in address (if applicable).

#### Inherited from

[`Address`](./Address).[`buildingLevel`](Address.md#buildinglevel)

***

### careOf?

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

Care of the addressee (if applicable).

#### Inherited from

[`Address`](./Address).[`careOf`](Address.md#careof)

***

### city?

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

City, district, suburb, town, or village.

#### Inherited from

[`Address`](./Address).[`city`](Address.md#city)

***

### country?

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

Country.

#### Inherited from

[`Address`](./Address).[`country`](Address.md#country)

***

### county?

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

County (if applicable).

#### Inherited from

[`Address`](./Address).[`county`](Address.md#county)

***

### dxAddress?

> `optional` **dxAddress**: [`DxAddress`](./DxAddress)

DX address (if applicable).

***

### poBox?

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

PO Box address (if applicable).

#### Inherited from

[`Address`](./Address).[`poBox`](Address.md#pobox)

***

### state?

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

State, province, or region.

#### Inherited from

[`Address`](./Address).[`state`](Address.md#state)

***

### streetName?

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

Street name in address.

#### Inherited from

[`Address`](./Address).[`streetName`](Address.md#streetname)

***

### streetNumber?

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

Street number in address.

#### Inherited from

[`Address`](./Address).[`streetNumber`](Address.md#streetnumber)

***

### streetType?

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

Street type in address (if applicable).

#### Inherited from

[`Address`](./Address).[`streetType`](Address.md#streettype)

***

### unitNumber?

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

Unit number in address (if applicable).

#### Inherited from

[`Address`](./Address).[`unitNumber`](Address.md#unitnumber)

***

### unitType?

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

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

#### Inherited from

[`Address`](./Address).[`unitType`](Address.md#unittype)

***

### zipCode?

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

Zip or post code.

#### Inherited from

[`Address`](./Address).[`zipCode`](Address.md#zipcode)
