Skip to content

Files

Latest commit

author
bc-travis-ci
Jun 24, 2020
78ba7f7 · Jun 24, 2020

History

History
154 lines (85 loc) · 2.81 KB

billingaddress.md

File metadata and controls

154 lines (85 loc) · 2.81 KB

@bigcommerce/checkout-sdkBillingAddress

Interface: BillingAddress

Hierarchy

Address

BillingAddress

Index

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: Array‹object›

Inherited from Address.customFields


Optional email

email? : undefined | 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


Optional shouldSaveAddress

shouldSaveAddress? : undefined | false | true

Inherited from Address.shouldSaveAddress


stateOrProvince

stateOrProvince: string

Inherited from Address.stateOrProvince


stateOrProvinceCode

stateOrProvinceCode: string

Inherited from Address.stateOrProvinceCode