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

# Interface: CustomerAddress

## Hierarchy

- [`Address`](Address.md)

  ↳ **`CustomerAddress`**

## Table of contents

### Properties

- [address1](CustomerAddress.md#address1)
- [address2](CustomerAddress.md#address2)
- [city](CustomerAddress.md#city)
- [company](CustomerAddress.md#company)
- [country](CustomerAddress.md#country)
- [countryCode](CustomerAddress.md#countrycode)
- [customFields](CustomerAddress.md#customfields)
- [extraFields](CustomerAddress.md#extrafields)
- [firstName](CustomerAddress.md#firstname)
- [id](CustomerAddress.md#id)
- [isBilling](CustomerAddress.md#isbilling)
- [isDefaultBilling](CustomerAddress.md#isdefaultbilling)
- [isDefaultShipping](CustomerAddress.md#isdefaultshipping)
- [isShipping](CustomerAddress.md#isshipping)
- [label](CustomerAddress.md#label)
- [lastName](CustomerAddress.md#lastname)
- [phone](CustomerAddress.md#phone)
- [postalCode](CustomerAddress.md#postalcode)
- [shouldSaveAddress](CustomerAddress.md#shouldsaveaddress)
- [stateOrProvince](CustomerAddress.md#stateorprovince)
- [stateOrProvinceCode](CustomerAddress.md#stateorprovincecode)
- [type](CustomerAddress.md#type)

## Properties

### address1

• **address1**: `string`

#### Inherited from

[Address](Address.md).[address1](Address.md#address1)

___

### address2

• **address2**: `string`

#### Inherited from

[Address](Address.md).[address2](Address.md#address2)

___

### city

• **city**: `string`

#### Inherited from

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

___

### company

• **company**: `string`

#### Inherited from

[Address](Address.md).[company](Address.md#company)

___

### country

• **country**: `string`

#### Inherited from

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

___

### countryCode

• **countryCode**: `string`

#### Inherited from

[Address](Address.md).[countryCode](Address.md#countrycode)

___

### customFields

• **customFields**: \{ `fieldId`: `string` ; `fieldValue`: `string` \| `number` \| `string`[]  }[]

#### Inherited from

[Address](Address.md).[customFields](Address.md#customfields)

___

### extraFields

• `Optional` **extraFields**: [`AddressExtraFieldValue`](AddressExtraFieldValue.md)[]

#### Inherited from

[Address](Address.md).[extraFields](Address.md#extrafields)

___

### firstName

• **firstName**: `string`

#### Inherited from

[Address](Address.md).[firstName](Address.md#firstname)

___

### id

• **id**: `number`

___

### isBilling

• `Optional` **isBilling**: `boolean`

___

### isDefaultBilling

• `Optional` **isDefaultBilling**: `boolean`

___

### isDefaultShipping

• `Optional` **isDefaultShipping**: `boolean`

___

### isShipping

• `Optional` **isShipping**: `boolean`

___

### label

• `Optional` **label**: `string`

#### Inherited from

[Address](Address.md).[label](Address.md#label)

___

### lastName

• **lastName**: `string`

#### Inherited from

[Address](Address.md).[lastName](Address.md#lastname)

___

### phone

• **phone**: `string`

#### Inherited from

[Address](Address.md).[phone](Address.md#phone)

___

### postalCode

• **postalCode**: `string`

#### Inherited from

[Address](Address.md).[postalCode](Address.md#postalcode)

___

### shouldSaveAddress

• `Optional` **shouldSaveAddress**: `boolean`

#### Inherited from

[Address](Address.md).[shouldSaveAddress](Address.md#shouldsaveaddress)

___

### stateOrProvince

• **stateOrProvince**: `string`

#### Inherited from

[Address](Address.md).[stateOrProvince](Address.md#stateorprovince)

___

### stateOrProvinceCode

• **stateOrProvinceCode**: `string`

#### Inherited from

[Address](Address.md).[stateOrProvinceCode](Address.md#stateorprovincecode)

___

### type

• **type**: `string`
