@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
56 lines • 2.24 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.PayoutScheduleStateNotificationRequest = void 0;
class PayoutScheduleStateNotificationRequest {
static getAttributeTypeMap() {
return PayoutScheduleStateNotificationRequest.attributeTypeMap;
}
constructor() {
}
}
exports.PayoutScheduleStateNotificationRequest = PayoutScheduleStateNotificationRequest;
PayoutScheduleStateNotificationRequest.discriminator = undefined;
PayoutScheduleStateNotificationRequest.mapping = undefined;
PayoutScheduleStateNotificationRequest.attributeTypeMap = [
{
"name": "data",
"baseName": "data",
"type": "PayoutStateWebhookData",
"format": ""
},
{
"name": "environment",
"baseName": "environment",
"type": "string",
"format": ""
},
{
"name": "timestamp",
"baseName": "timestamp",
"type": "Date",
"format": "date-time"
},
{
"name": "type",
"baseName": "type",
"type": "PayoutScheduleStateNotificationRequest.TypeEnum",
"format": ""
}
];
(function (PayoutScheduleStateNotificationRequest) {
let TypeEnum;
(function (TypeEnum) {
TypeEnum["BalancePlatformBalanceAccountPayoutScheduleExecutionSucceeded"] = "balancePlatform.balanceAccountPayoutScheduleExecution.succeeded";
TypeEnum["BalancePlatformBalanceAccountPayoutScheduleExecutionFailed"] = "balancePlatform.balanceAccountPayoutScheduleExecution.failed";
TypeEnum["BalancePlatformBalanceAccountPayoutScheduleExecutionSkipped"] = "balancePlatform.balanceAccountPayoutScheduleExecution.skipped";
})(TypeEnum = PayoutScheduleStateNotificationRequest.TypeEnum || (PayoutScheduleStateNotificationRequest.TypeEnum = {}));
})(PayoutScheduleStateNotificationRequest = exports.PayoutScheduleStateNotificationRequest || (exports.PayoutScheduleStateNotificationRequest = {}));
//# sourceMappingURL=payoutScheduleStateNotificationRequest.js.map