Skip to content

Latest commit

 

History

History
161 lines (94 loc) · 2.54 KB

ShippingStrategySelector.md

File metadata and controls

161 lines (94 loc) · 2.54 KB

@bigcommerce/checkout-sdk / ShippingStrategySelector

Interface: ShippingStrategySelector

Table of contents

Methods

Methods

getInitializeError

getInitializeError(methodId?): undefined | Error

Parameters

Name Type
methodId? string

Returns

undefined | Error


getSelectOptionError

getSelectOptionError(methodId?): undefined | Error

Parameters

Name Type
methodId? string

Returns

undefined | Error


getUpdateAddressError

getUpdateAddressError(methodId?): undefined | Error

Parameters

Name Type
methodId? string

Returns

undefined | Error


getWidgetInteractionError

getWidgetInteractionError(methodId?): undefined | Error

Parameters

Name Type
methodId? string

Returns

undefined | Error


isInitialized

isInitialized(methodId): boolean

Parameters

Name Type
methodId string

Returns

boolean


isInitializing

isInitializing(methodId?): boolean

Parameters

Name Type
methodId? string

Returns

boolean


isSelectingOption

isSelectingOption(methodId?): boolean

Parameters

Name Type
methodId? string

Returns

boolean


isUpdatingAddress

isUpdatingAddress(methodId?): boolean

Parameters

Name Type
methodId? string

Returns

boolean


isWidgetInteracting

isWidgetInteracting(methodId?): boolean

Parameters

Name Type
methodId? string

Returns

boolean