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