@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
54 lines • 2.01 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.PaymentMethodRequestRemovedNotificationRequest = void 0;
class PaymentMethodRequestRemovedNotificationRequest {
static getAttributeTypeMap() {
return PaymentMethodRequestRemovedNotificationRequest.attributeTypeMap;
}
constructor() {
}
}
exports.PaymentMethodRequestRemovedNotificationRequest = PaymentMethodRequestRemovedNotificationRequest;
PaymentMethodRequestRemovedNotificationRequest.discriminator = undefined;
PaymentMethodRequestRemovedNotificationRequest.mapping = undefined;
PaymentMethodRequestRemovedNotificationRequest.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": "PaymentMethodRequestRemovedNotificationRequest.TypeEnum",
"format": ""
}
];
(function (PaymentMethodRequestRemovedNotificationRequest) {
let TypeEnum;
(function (TypeEnum) {
TypeEnum["PaymentMethodRequestRemoved"] = "paymentMethodRequest.removed";
})(TypeEnum = PaymentMethodRequestRemovedNotificationRequest.TypeEnum || (PaymentMethodRequestRemovedNotificationRequest.TypeEnum = {}));
})(PaymentMethodRequestRemovedNotificationRequest = exports.PaymentMethodRequestRemovedNotificationRequest || (exports.PaymentMethodRequestRemovedNotificationRequest = {}));
//# sourceMappingURL=paymentMethodRequestRemovedNotificationRequest.js.map