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

# Interface: BillingAddressRequestBody

## Hierarchy

* [AddressRequestBody](addressrequestbody.md)

  ↳ **BillingAddressRequestBody**

## Index

### Properties

* [address1](billingaddressrequestbody.md#address1)
* [address2](billingaddressrequestbody.md#address2)
* [city](billingaddressrequestbody.md#city)
* [company](billingaddressrequestbody.md#company)
* [countryCode](billingaddressrequestbody.md#countrycode)
* [customFields](billingaddressrequestbody.md#customfields)
* [email](billingaddressrequestbody.md#optional-email)
* [firstName](billingaddressrequestbody.md#firstname)
* [lastName](billingaddressrequestbody.md#lastname)
* [phone](billingaddressrequestbody.md#phone)
* [postalCode](billingaddressrequestbody.md#postalcode)
* [stateOrProvince](billingaddressrequestbody.md#stateorprovince)
* [stateOrProvinceCode](billingaddressrequestbody.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)*

___

###  countryCode

• **countryCode**: *string*

*Inherited from [Address](address.md).[countryCode](address.md#countrycode)*

___

###  customFields

• **customFields**: *Array‹object›*

*Inherited from [Address](address.md).[customFields](address.md#customfields)*

___

### `Optional` email

• **email**? : *undefined | string*

___

###  firstName

• **firstName**: *string*

*Inherited from [Address](address.md).[firstName](address.md#firstname)*

___

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

___

###  stateOrProvince

• **stateOrProvince**: *string*

*Inherited from [Address](address.md).[stateOrProvince](address.md#stateorprovince)*

___

###  stateOrProvinceCode

• **stateOrProvinceCode**: *string*

*Inherited from [Address](address.md).[stateOrProvinceCode](address.md#stateorprovincecode)*
