@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
112 lines (111 loc) • 5.31 kB
TypeScript
/**
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
* Adyen NodeJS API Library
* Copyright (c) 2021 Adyen B.V.
* This file is open source and available under the MIT license.
* See the LICENSE file for more info.
*
* Adyen for Platforms: Notifications
* The Notification API sends notifications to the endpoints specified in a given subscription. Subscriptions are managed through the Notification Configuration API. The API specifications listed here detail the format of each notification. For more information, refer to our [documentation](https://docs.adyen.com/platforms/notifications).
*
* The version of the OpenAPI document: 6
* Contact: developer-experience@adyen.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export * from './accountCloseNotification';
export * from './accountCreateNotification';
export * from './accountEvent';
export * from './accountFundsBelowThresholdNotification';
export * from './accountFundsBelowThresholdNotificationContent';
export * from './accountHolderCreateNotification';
export * from './accountHolderDetails';
export * from './accountHolderPayoutNotification';
export * from './accountHolderPayoutNotificationContent';
export * from './accountHolderStatus';
export * from './accountHolderStatusChangeNotification';
export * from './accountHolderStatusChangeNotificationContent';
export * from './accountHolderStoreStatusChangeNotification';
export * from './accountHolderStoreStatusChangeNotificationContent';
export * from './accountHolderUpcomingDeadlineNotification';
export * from './accountHolderUpcomingDeadlineNotificationContent';
export * from './accountHolderUpdateNotification';
export * from './accountHolderVerificationNotification';
export * from './accountHolderVerificationNotificationContent';
export * from './accountPayoutState';
export * from './accountProcessingState';
export * from './accountUpdateNotification';
export * from './amount';
export * from './bankAccountDetail';
export * from './beneficiarySetupNotification';
export * from './beneficiarySetupNotificationContent';
export * from './businessDetails';
export * from './closeAccountResponse';
export * from './compensateNegativeBalanceNotification';
export * from './compensateNegativeBalanceNotificationContent';
export * from './compensateNegativeBalanceNotificationRecord';
export * from './createAccountHolderResponse';
export * from './createAccountResponse';
export * from './directDebitInitiatedNotification';
export * from './directDebitInitiatedNotificationContent';
export * from './errorFieldType';
export * from './fieldType';
export * from './individualDetails';
export * from './kYCCheckResult2';
export * from './kYCCheckStatusData';
export * from './kYCCheckSummary';
export * from './kYCLegalArrangementCheckResult';
export * from './kYCLegalArrangementEntityCheckResult';
export * from './kYCPayoutMethodCheckResult';
export * from './kYCShareholderCheckResult';
export * from './kYCSignatoryCheckResult';
export * from './kYCUltimateParentCompanyCheckResult';
export * from './kYCVerificationResult2';
export * from './legalArrangementDetail';
export * from './legalArrangementEntityDetail';
export * from './localDate';
export * from './message';
export * from './notificationErrorContainer';
export * from './notificationResponse';
export * from './operationStatus';
export * from './paymentFailureNotification';
export * from './paymentFailureNotificationContent';
export * from './payoutMethod';
export * from './payoutScheduleResponse';
export * from './personalDocumentData';
export * from './refundFundsTransferNotification';
export * from './refundFundsTransferNotificationContent';
export * from './refundResult';
export * from './reportAvailableNotification';
export * from './reportAvailableNotificationContent';
export * from './scheduledRefundsNotification';
export * from './scheduledRefundsNotificationContent';
export * from './shareholderContact';
export * from './signatoryContact';
export * from './split';
export * from './splitAmount';
export * from './storeDetail';
export * from './transaction';
export * from './transferFundsNotification';
export * from './transferFundsNotificationContent';
export * from './ultimateParentCompany';
export * from './ultimateParentCompanyBusinessDetails';
export * from './updateAccountHolderResponse';
export * from './updateAccountResponse';
export * from './viasAddress';
export * from './viasName';
export * from './viasPersonalData';
export * from './viasPhoneNumber';