@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
56 lines • 2.15 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.PayoutScheduleBPNotificationRequest = void 0;
class PayoutScheduleBPNotificationRequest {
static getAttributeTypeMap() {
return PayoutScheduleBPNotificationRequest.attributeTypeMap;
}
constructor() {
}
}
exports.PayoutScheduleBPNotificationRequest = PayoutScheduleBPNotificationRequest;
PayoutScheduleBPNotificationRequest.discriminator = undefined;
PayoutScheduleBPNotificationRequest.mapping = undefined;
PayoutScheduleBPNotificationRequest.attributeTypeMap = [
{
"name": "data",
"baseName": "data",
"type": "PlatformPayoutConfigWebhookData",
"format": ""
},
{
"name": "environment",
"baseName": "environment",
"type": "string",
"format": ""
},
{
"name": "timestamp",
"baseName": "timestamp",
"type": "Date",
"format": "date-time"
},
{
"name": "type",
"baseName": "type",
"type": "PayoutScheduleBPNotificationRequest.TypeEnum",
"format": ""
}
];
(function (PayoutScheduleBPNotificationRequest) {
let TypeEnum;
(function (TypeEnum) {
TypeEnum["BalancePlatformBalancePlatformPayoutScheduleCreated"] = "balancePlatform.balancePlatformPayoutSchedule.created";
TypeEnum["BalancePlatformBalancePlatformPayoutScheduleUpdated"] = "balancePlatform.balancePlatformPayoutSchedule.updated";
TypeEnum["BalancePlatformBalancePlatformPayoutScheduleDeleted"] = "balancePlatform.balancePlatformPayoutSchedule.deleted";
})(TypeEnum = PayoutScheduleBPNotificationRequest.TypeEnum || (PayoutScheduleBPNotificationRequest.TypeEnum = {}));
})(PayoutScheduleBPNotificationRequest = exports.PayoutScheduleBPNotificationRequest || (exports.PayoutScheduleBPNotificationRequest = {}));
//# sourceMappingURL=payoutScheduleBPNotificationRequest.js.map