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

# Interface: OrderBillingAddress

## Hierarchy

- [`Address`](Address.md)

  ↳ **`OrderBillingAddress`**

## Table of contents

### Properties

- [address1](OrderBillingAddress.md#address1)
- [address2](OrderBillingAddress.md#address2)
- [city](OrderBillingAddress.md#city)
- [company](OrderBillingAddress.md#company)
- [country](OrderBillingAddress.md#country)
- [countryCode](OrderBillingAddress.md#countrycode)
- [customFields](OrderBillingAddress.md#customfields)
- [email](OrderBillingAddress.md#email)
- [extraFields](OrderBillingAddress.md#extrafields)
- [firstName](OrderBillingAddress.md#firstname)
- [label](OrderBillingAddress.md#label)
- [lastName](OrderBillingAddress.md#lastname)
- [phone](OrderBillingAddress.md#phone)
- [postalCode](OrderBillingAddress.md#postalcode)
- [shouldSaveAddress](OrderBillingAddress.md#shouldsaveaddress)
- [stateOrProvince](OrderBillingAddress.md#stateorprovince)
- [stateOrProvinceCode](OrderBillingAddress.md#stateorprovincecode)

## 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)

___

### email

• `Optional` **email**: `string`

___

### 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)

___

### 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)
