Skip to content

Latest commit

 

History

History
74 lines (40 loc) · 1.25 KB

CustomerSelector.md

File metadata and controls

74 lines (40 loc) · 1.25 KB

@bigcommerce/checkout-sdk / CustomerSelector

Interface: CustomerSelector

Table of contents

Methods

Methods

getCreateAccountError

getCreateAccountError(): undefined | Error

Returns

undefined | Error


getCreateAddressError

getCreateAddressError(): undefined | Error

Returns

undefined | Error


getCustomer

getCustomer(): undefined | Customer

Returns

undefined | Customer


getCustomerOrThrow

getCustomerOrThrow(): Customer

Returns

Customer


isCreatingCustomerAccount

isCreatingCustomerAccount(): boolean

Returns

boolean


isCreatingCustomerAddress

isCreatingCustomerAddress(): boolean

Returns

boolean