@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
91 lines • 4.03 kB
JavaScript
;
/*
* The version of the OpenAPI document: v6
* 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 this class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.TestNotificationConfigurationResponse = void 0;
class TestNotificationConfigurationResponse {
static getAttributeTypeMap() {
return TestNotificationConfigurationResponse.attributeTypeMap;
}
}
exports.TestNotificationConfigurationResponse = TestNotificationConfigurationResponse;
TestNotificationConfigurationResponse.discriminator = undefined;
TestNotificationConfigurationResponse.attributeTypeMap = [
{
"name": "errorMessages",
"baseName": "errorMessages",
"type": "Array<string>"
},
{
"name": "eventTypes",
"baseName": "eventTypes",
"type": "Array<TestNotificationConfigurationResponse.EventTypesEnum>"
},
{
"name": "exchangeMessages",
"baseName": "exchangeMessages",
"type": "Array<ExchangeMessage>"
},
{
"name": "invalidFields",
"baseName": "invalidFields",
"type": "Array<ErrorFieldType>"
},
{
"name": "notificationId",
"baseName": "notificationId",
"type": "number"
},
{
"name": "okMessages",
"baseName": "okMessages",
"type": "Array<string>"
},
{
"name": "pspReference",
"baseName": "pspReference",
"type": "string"
},
{
"name": "resultCode",
"baseName": "resultCode",
"type": "string"
}
];
(function (TestNotificationConfigurationResponse) {
let EventTypesEnum;
(function (EventTypesEnum) {
EventTypesEnum["AccountClosed"] = "ACCOUNT_CLOSED";
EventTypesEnum["AccountCreated"] = "ACCOUNT_CREATED";
EventTypesEnum["AccountFundsBelowThreshold"] = "ACCOUNT_FUNDS_BELOW_THRESHOLD";
EventTypesEnum["AccountHolderCreated"] = "ACCOUNT_HOLDER_CREATED";
EventTypesEnum["AccountHolderLimitReached"] = "ACCOUNT_HOLDER_LIMIT_REACHED";
EventTypesEnum["AccountHolderMigrated"] = "ACCOUNT_HOLDER_MIGRATED";
EventTypesEnum["AccountHolderPayout"] = "ACCOUNT_HOLDER_PAYOUT";
EventTypesEnum["AccountHolderStatusChange"] = "ACCOUNT_HOLDER_STATUS_CHANGE";
EventTypesEnum["AccountHolderStoreStatusChange"] = "ACCOUNT_HOLDER_STORE_STATUS_CHANGE";
EventTypesEnum["AccountHolderUpcomingDeadline"] = "ACCOUNT_HOLDER_UPCOMING_DEADLINE";
EventTypesEnum["AccountHolderUpdated"] = "ACCOUNT_HOLDER_UPDATED";
EventTypesEnum["AccountHolderVerification"] = "ACCOUNT_HOLDER_VERIFICATION";
EventTypesEnum["AccountUpdated"] = "ACCOUNT_UPDATED";
EventTypesEnum["BeneficiarySetup"] = "BENEFICIARY_SETUP";
EventTypesEnum["CompensateNegativeBalance"] = "COMPENSATE_NEGATIVE_BALANCE";
EventTypesEnum["DirectDebitInitiated"] = "DIRECT_DEBIT_INITIATED";
EventTypesEnum["FundsMigrated"] = "FUNDS_MIGRATED";
EventTypesEnum["PaymentFailure"] = "PAYMENT_FAILURE";
EventTypesEnum["PendingCredit"] = "PENDING_CREDIT";
EventTypesEnum["RefundFundsTransfer"] = "REFUND_FUNDS_TRANSFER";
EventTypesEnum["ReportAvailable"] = "REPORT_AVAILABLE";
EventTypesEnum["ScheduledRefunds"] = "SCHEDULED_REFUNDS";
EventTypesEnum["ScoreSignalTriggered"] = "SCORE_SIGNAL_TRIGGERED";
EventTypesEnum["TransferFunds"] = "TRANSFER_FUNDS";
EventTypesEnum["TransferNotPaidoutTransfers"] = "TRANSFER_NOT_PAIDOUT_TRANSFERS";
})(EventTypesEnum = TestNotificationConfigurationResponse.EventTypesEnum || (TestNotificationConfigurationResponse.EventTypesEnum = {}));
})(TestNotificationConfigurationResponse = exports.TestNotificationConfigurationResponse || (exports.TestNotificationConfigurationResponse = {}));
//# sourceMappingURL=testNotificationConfigurationResponse.js.map