We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fdce02 commit ffd95cfCopy full SHA for ffd95cf
README.md
@@ -300,8 +300,7 @@ const client = new Client({
300
Parse an AccountHolderNotificationRequest webhook;
301
``` typescript
302
// import models
303
-import { Types } from "@adyen/api-library";
304
-const { ConfigurationWebhooksHandler } = require('@adyen/api-library/lib/src/typings/configurationWebhooks/configurationWebhooksHandler');
+import { Types, ConfigurationWebhooksHandler } from "@adyen/api-library";
305
306
const configurationWebhooksHandler = new ConfigurationWebhooksHandler(YOUR_BANKING_WEBHOOK);
307
const accountHolderNotificationRequest: Types.configurationWebhooks.AccountHolderNotificationRequest = configurationWebhooksHandler.getAccountHolderNotificationRequest();
0 commit comments