@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: v3
*
*
* 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.PaymentMethodScheduledForRemovalNotificationRequest = void 0;
class PaymentMethodScheduledForRemovalNotificationRequest {
static getAttributeTypeMap() {
return PaymentMethodScheduledForRemovalNotificationRequest.attributeTypeMap;
}
constructor() {
}
}
exports.PaymentMethodScheduledForRemovalNotificationRequest = PaymentMethodScheduledForRemovalNotificationRequest;
PaymentMethodScheduledForRemovalNotificationRequest.discriminator = undefined;
PaymentMethodScheduledForRemovalNotificationRequest.mapping = undefined;
PaymentMethodScheduledForRemovalNotificationRequest.attributeTypeMap = [
{
"name": "createdAt",
"baseName": "createdAt",
"type": "Date",
"format": "date-time"
},
{
"name": "data",
"baseName": "data",
"type": "MidServiceNotificationData",
"format": ""
},
{
"name": "environment",
"baseName": "environment",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "PaymentMethodScheduledForRemovalNotificationRequest.TypeEnum",
"format": ""
}
];
(function (PaymentMethodScheduledForRemovalNotificationRequest) {
let TypeEnum;
(function (TypeEnum) {
TypeEnum["PaymentMethodRequestScheduledForRemoval"] = "paymentMethodRequest.scheduledForRemoval";
})(TypeEnum = PaymentMethodScheduledForRemovalNotificationRequest.TypeEnum || (PaymentMethodScheduledForRemovalNotificationRequest.TypeEnum = {}));
})(PaymentMethodScheduledForRemovalNotificationRequest = exports.PaymentMethodScheduledForRemovalNotificationRequest || (exports.PaymentMethodScheduledForRemovalNotificationRequest = {}));
//# sourceMappingURL=paymentMethodScheduledForRemovalNotificationRequest.js.map