MountPaymentElementResult
Result of the mountPaymentElement() method call.
export interface MountPaymentElementResult {
checkout: Core;
dropinComponent: DropinElement;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
checkout | Required | Core | Instance of the Core class, also known as Checkout or AdyenCheckout. |
dropinComponent | Required | DropinElement | Instance of the Adyen's Drop-in component. |
Referenced Types
CoreDropinElement