Options
Options for the SDK module.
export interface Options {
adyenClientKey: string;
adyenEnvironment: AdyenEnvironment;
apiUrl: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
adyenClientKey | Required | string | Adyen's client key |
adyenEnvironment | Required | AdyenEnvironment | Adyen's environment |
apiUrl | Required | string | The API URL of the Middleware Adyen commercetools integration accessible from the browser. |