Skip to content

Latest commit

 

History

History
153 lines (83 loc) · 2.97 KB

BillingAddressRequestBody.md

File metadata and controls

153 lines (83 loc) · 2.97 KB

@bigcommerce/checkout-sdk / BillingAddressRequestBody

Interface: BillingAddressRequestBody

Hierarchy

Table of contents

Properties

Properties

address1

address1: string

Inherited from

AddressRequestBody.address1


address2

address2: string

Inherited from

AddressRequestBody.address2


city

city: string

Inherited from

AddressRequestBody.city


company

company: string

Inherited from

AddressRequestBody.company


countryCode

countryCode: string

Inherited from

AddressRequestBody.countryCode


customFields

customFields: { fieldId: string ; fieldValue: string | number | string[] }[]

Inherited from

AddressRequestBody.customFields


email

Optional email: string


firstName

firstName: string

Inherited from

AddressRequestBody.firstName


lastName

lastName: string

Inherited from

AddressRequestBody.lastName


phone

phone: string

Inherited from

AddressRequestBody.phone


postalCode

postalCode: string

Inherited from

AddressRequestBody.postalCode


stateOrProvince

stateOrProvince: string

Inherited from

AddressRequestBody.stateOrProvince


stateOrProvinceCode

stateOrProvinceCode: string

Inherited from

AddressRequestBody.stateOrProvinceCode