Skip to content

Latest commit

 

History

History
182 lines (99 loc) · 2.83 KB

BillingAddress.md

File metadata and controls

182 lines (99 loc) · 2.83 KB

@bigcommerce/checkout-sdk / BillingAddress

Interface: BillingAddress

Hierarchy

Table of contents

Properties

Properties

address1

address1: string

Inherited from

Address.address1


address2

address2: string

Inherited from

Address.address2


city

city: string

Inherited from

Address.city


company

company: string

Inherited from

Address.company


country

country: string

Inherited from

Address.country


countryCode

countryCode: string

Inherited from

Address.countryCode


customFields

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

Inherited from

Address.customFields


email

Optional email: string


firstName

firstName: string

Inherited from

Address.firstName


id

id: string


lastName

lastName: string

Inherited from

Address.lastName


phone

phone: string

Inherited from

Address.phone


postalCode

postalCode: string

Inherited from

Address.postalCode


shouldSaveAddress

Optional shouldSaveAddress: boolean

Inherited from

Address.shouldSaveAddress


stateOrProvince

stateOrProvince: string

Inherited from

Address.stateOrProvince


stateOrProvinceCode

stateOrProvinceCode: string

Inherited from

Address.stateOrProvinceCode