Skip to content

Latest commit

 

History

History
182 lines (99 loc) · 2.84 KB

CustomerAddress.md

File metadata and controls

182 lines (99 loc) · 2.84 KB

@bigcommerce/checkout-sdk / CustomerAddress

Interface: CustomerAddress

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


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


shouldSaveAddress

Optional shouldSaveAddress: boolean

Inherited from

Address.shouldSaveAddress


stateOrProvince

stateOrProvince: string

Inherited from

Address.stateOrProvince


stateOrProvinceCode

stateOrProvinceCode: string

Inherited from

Address.stateOrProvinceCode


type

type: string