Skip to content

Latest commit

 

History

History
161 lines (94 loc) · 2.47 KB

PaymentStrategySelector.md

File metadata and controls

161 lines (94 loc) · 2.47 KB

@bigcommerce/checkout-sdk / PaymentStrategySelector

Interface: PaymentStrategySelector

Table of contents

Methods

Methods

getExecuteError

getExecuteError(methodId?): undefined | Error

Parameters

Name Type
methodId? string

Returns

undefined | Error


getFinalizeError

getFinalizeError(methodId?): undefined | Error

Parameters

Name Type
methodId? string

Returns

undefined | Error


getInitializeError

getInitializeError(methodId?): undefined | Error

Parameters

Name Type
methodId? string

Returns

undefined | Error


getWidgetInteractingError

getWidgetInteractingError(methodId?): undefined | Error

Parameters

Name Type
methodId? string

Returns

undefined | Error


isExecuting

isExecuting(methodId?): boolean

Parameters

Name Type
methodId? string

Returns

boolean


isFinalizing

isFinalizing(methodId?): boolean

Parameters

Name Type
methodId? string

Returns

boolean


isInitialized

isInitialized(query): boolean

Parameters

Name Type
query InitiaizedQuery

Returns

boolean


isInitializing

isInitializing(methodId?): boolean

Parameters

Name Type
methodId? string

Returns

boolean


isWidgetInteracting

isWidgetInteracting(methodId?): boolean

Parameters

Name Type
methodId? string

Returns

boolean