Skip to content

Latest commit

 

History

History
166 lines (90 loc) · 2.97 KB

Address.md

File metadata and controls

166 lines (90 loc) · 2.97 KB

@bigcommerce/checkout-sdk / Address

Interface: Address

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


country

country: string


countryCode

countryCode: string

Inherited from

AddressRequestBody.countryCode


customFields

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

Inherited from

AddressRequestBody.customFields


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


shouldSaveAddress

Optional shouldSaveAddress: boolean


stateOrProvince

stateOrProvince: string

Inherited from

AddressRequestBody.stateOrProvince


stateOrProvinceCode

stateOrProvinceCode: string

Inherited from

AddressRequestBody.stateOrProvinceCode