Skip to content

Latest commit

 

History

History
102 lines (56 loc) · 1.53 KB

CheckoutSelector.md

File metadata and controls

102 lines (56 loc) · 1.53 KB

@bigcommerce/checkout-sdk / CheckoutSelector

Interface: CheckoutSelector

Table of contents

Methods

Methods

getCheckout

getCheckout(): undefined | Checkout

Returns

undefined | Checkout


getCheckoutOrThrow

getCheckoutOrThrow(): Checkout

Returns

Checkout


getLoadError

getLoadError(): undefined | Error

Returns

undefined | Error


getOutstandingBalance

getOutstandingBalance(useStoreCredit?): undefined | number

Parameters

Name Type
useStoreCredit? boolean

Returns

undefined | number


getUpdateError

getUpdateError(): undefined | Error

Returns

undefined | Error


isExecutingSpamCheck

isExecutingSpamCheck(): boolean

Returns

boolean


isLoading

isLoading(): boolean

Returns

boolean


isUpdating

isUpdating(): boolean

Returns

boolean