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

***

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

# Interface: BillingAddressRequestBody

## Extends

- [`AddressRequestBody`](AddressRequestBody.md)

## Properties

### address1

> **address1**: `string`

#### Inherited from

[`AddressRequestBody`](AddressRequestBody.md).[`address1`](AddressRequestBody.md#address1)

***

### address2

> **address2**: `string`

#### Inherited from

[`AddressRequestBody`](AddressRequestBody.md).[`address2`](AddressRequestBody.md#address2)

***

### city

> **city**: `string`

#### Inherited from

[`AddressRequestBody`](AddressRequestBody.md).[`city`](AddressRequestBody.md#city)

***

### company

> **company**: `string`

#### Inherited from

[`AddressRequestBody`](AddressRequestBody.md).[`company`](AddressRequestBody.md#company)

***

### countryCode

> **countryCode**: `string`

#### Inherited from

[`AddressRequestBody`](AddressRequestBody.md).[`countryCode`](AddressRequestBody.md#countrycode)

***

### customFields

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

#### fieldId

> **fieldId**: `string`

#### fieldValue

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

#### Inherited from

[`AddressRequestBody`](AddressRequestBody.md).[`customFields`](AddressRequestBody.md#customfields)

***

### email?

> `optional` **email?**: `string`

***

### extraFields?

> `optional` **extraFields?**: [`AddressExtraFieldValue`](AddressExtraFieldValue.md)[]

#### Inherited from

[`AddressRequestBody`](AddressRequestBody.md).[`extraFields`](AddressRequestBody.md#extrafields)

***

### firstName

> **firstName**: `string`

#### Inherited from

[`AddressRequestBody`](AddressRequestBody.md).[`firstName`](AddressRequestBody.md#firstname)

***

### label?

> `optional` **label?**: `string`

#### Inherited from

[`AddressRequestBody`](AddressRequestBody.md).[`label`](AddressRequestBody.md#label)

***

### lastName

> **lastName**: `string`

#### Inherited from

[`AddressRequestBody`](AddressRequestBody.md).[`lastName`](AddressRequestBody.md#lastname)

***

### phone

> **phone**: `string`

#### Inherited from

[`AddressRequestBody`](AddressRequestBody.md).[`phone`](AddressRequestBody.md#phone)

***

### postalCode

> **postalCode**: `string`

#### Inherited from

[`AddressRequestBody`](AddressRequestBody.md).[`postalCode`](AddressRequestBody.md#postalcode)

***

### shouldSaveAddress?

> `optional` **shouldSaveAddress?**: `boolean`

#### Inherited from

[`AddressRequestBody`](AddressRequestBody.md).[`shouldSaveAddress`](AddressRequestBody.md#shouldsaveaddress)

***

### stateOrProvince

> **stateOrProvince**: `string`

#### Inherited from

[`AddressRequestBody`](AddressRequestBody.md).[`stateOrProvince`](AddressRequestBody.md#stateorprovince)

***

### stateOrProvinceCode

> **stateOrProvinceCode**: `string`

#### Inherited from

[`AddressRequestBody`](AddressRequestBody.md).[`stateOrProvinceCode`](AddressRequestBody.md#stateorprovincecode)
