[**@bigcommerce/checkout-sdk**](../README.md)

***

[@bigcommerce/checkout-sdk](../README.md) / InternalAddress

# Interface: InternalAddress\<T\>

## Type Parameters

### T

`T` = `string`

## Properties

### addressLine1

> **addressLine1**: `string`

***

### addressLine2

> **addressLine2**: `string`

***

### city

> **city**: `string`

***

### company

> **company**: `string`

***

### country

> **country**: `string`

***

### countryCode

> **countryCode**: `string`

***

### customFields

> **customFields**: `object`[]

#### fieldId

> **fieldId**: `string`

#### fieldValue

> **fieldValue**: `string` \| `number` \| `string`[]

***

### firstName

> **firstName**: `string`

***

### id?

> `optional` **id?**: `T`

***

### lastName

> **lastName**: `string`

***

### phone

> **phone**: `string`

***

### postCode

> **postCode**: `string`

***

### province

> **province**: `string`

***

### provinceCode

> **provinceCode**: `string`

***

### type?

> `optional` **type?**: `string`
