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