[@bigcommerce/checkout-sdk](../README.md) › [AdyenComponent](adyencomponent.md)

# Interface: AdyenComponent

## Hierarchy

* **AdyenComponent**

## Index

### Properties

* [componentRef](adyencomponent.md#optional-componentref)
* [props](adyencomponent.md#optional-props)
* [state](adyencomponent.md#optional-state)

### Methods

* [mount](adyencomponent.md#mount)
* [unmount](adyencomponent.md#unmount)

## Properties

### `Optional` componentRef

• **componentRef**? : *undefined | object*

___

### `Optional` props

• **props**? : *undefined | object*

___

### `Optional` state

• **state**? : *[CardState](cardstate.md)*

## Methods

###  mount

▸ **mount**(`containerId`: string): *HTMLElement*

**Parameters:**

Name | Type |
------ | ------ |
`containerId` | string |

**Returns:** *HTMLElement*

___

###  unmount

▸ **unmount**(): *void*

**Returns:** *void*
