PayFanout API reference
Preparing search index...
adapter-adyen/src
AdyenWebGlobal
Interface AdyenWebGlobal
window.AdyenWeb
: AdyenCheckout is an async function, components are classes.
interface
AdyenWebGlobal
{
AdyenCheckout
:
(
config
:
Record
<
string
,
unknown
>
)
=>
Promise
<
unknown
>
;
Card
:
AdyenComponentConstructor
;
}
Index
Properties
Adyen
Checkout
Card
Properties
Adyen
Checkout
AdyenCheckout
:
(
config
:
Record
<
string
,
unknown
>
)
=>
Promise
<
unknown
>
Card
Card
:
AdyenComponentConstructor
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Adyen
Checkout
Card
PayFanout API reference
Loading...
window.AdyenWeb: AdyenCheckout is an async function, components are classes.