Skip to content

Latest commit

 

History

History
78 lines (43 loc) · 1.84 KB

adyenadditionalactionoptions.md

File metadata and controls

78 lines (43 loc) · 1.84 KB

@bigcommerce/checkout-sdkAdyenAdditionalActionOptions

Interface: AdyenAdditionalActionOptions

Hierarchy

Index

Properties

Methods

Properties

containerId

containerId: string

The location to insert the additional action component.

Methods

Optional onBeforeLoad

onBeforeLoad(shopperInteraction?: undefined | false | true): void

Inherited from AdyenAdditionalActionCallbacks.onBeforeLoad

A callback that gets called before adyen component is loaded

Parameters:

Name Type
shopperInteraction? undefined | false | true

Returns: void


Optional onComplete

onComplete(): void

Inherited from AdyenAdditionalActionCallbacks.onComplete

A callback that gets called when adyen component verification is completed

Returns: void


Optional onLoad

onLoad(cancel?: undefined | function): void

Inherited from AdyenAdditionalActionCallbacks.onLoad

A callback that gets called when adyen component is loaded

Parameters:

Name Type
cancel? undefined | function

Returns: void