@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
54 lines • 2.11 kB
JavaScript
;
/*
* The version of the OpenAPI document: v2
*
*
* 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.AccountPayoutAutoApplicationNotificationRequest = void 0;
class AccountPayoutAutoApplicationNotificationRequest {
static getAttributeTypeMap() {
return AccountPayoutAutoApplicationNotificationRequest.attributeTypeMap;
}
constructor() {
}
}
exports.AccountPayoutAutoApplicationNotificationRequest = AccountPayoutAutoApplicationNotificationRequest;
AccountPayoutAutoApplicationNotificationRequest.discriminator = undefined;
AccountPayoutAutoApplicationNotificationRequest.mapping = undefined;
AccountPayoutAutoApplicationNotificationRequest.attributeTypeMap = [
{
"name": "data",
"baseName": "data",
"type": "AccountPayoutAutoApplicationWebhookData",
"format": ""
},
{
"name": "environment",
"baseName": "environment",
"type": "string",
"format": ""
},
{
"name": "timestamp",
"baseName": "timestamp",
"type": "Date",
"format": "date-time"
},
{
"name": "type",
"baseName": "type",
"type": "AccountPayoutAutoApplicationNotificationRequest.TypeEnum",
"format": ""
}
];
(function (AccountPayoutAutoApplicationNotificationRequest) {
let TypeEnum;
(function (TypeEnum) {
TypeEnum["BalancePlatformBalanceAccountPayoutScheduleAutoApplicationFailed"] = "balancePlatform.balanceAccountPayoutScheduleAutoApplication.failed";
})(TypeEnum = AccountPayoutAutoApplicationNotificationRequest.TypeEnum || (AccountPayoutAutoApplicationNotificationRequest.TypeEnum = {}));
})(AccountPayoutAutoApplicationNotificationRequest = exports.AccountPayoutAutoApplicationNotificationRequest || (exports.AccountPayoutAutoApplicationNotificationRequest = {}));
//# sourceMappingURL=accountPayoutAutoApplicationNotificationRequest.js.map