Skip to content

Latest commit

 

History

History
154 lines (85 loc) · 2.79 KB

customeraddress.md

File metadata and controls

154 lines (85 loc) · 2.79 KB

@bigcommerce/checkout-sdkCustomerAddress

Interface: CustomerAddress

Hierarchy

Address

CustomerAddress

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


firstName

firstName: string

Inherited from Address.firstName


id

id: number


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


type

type: string