UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

47 lines 1.7 kB
"use strict"; /* * 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.PaymentMethodCreatedNotificationRequest = void 0; class PaymentMethodCreatedNotificationRequest { static getAttributeTypeMap() { return PaymentMethodCreatedNotificationRequest.attributeTypeMap; } } exports.PaymentMethodCreatedNotificationRequest = PaymentMethodCreatedNotificationRequest; PaymentMethodCreatedNotificationRequest.discriminator = undefined; PaymentMethodCreatedNotificationRequest.attributeTypeMap = [ { "name": "createdAt", "baseName": "createdAt", "type": "Date" }, { "name": "data", "baseName": "data", "type": "MidServiceNotificationData" }, { "name": "environment", "baseName": "environment", "type": "string" }, { "name": "type", "baseName": "type", "type": "PaymentMethodCreatedNotificationRequest.TypeEnum" } ]; (function (PaymentMethodCreatedNotificationRequest) { let TypeEnum; (function (TypeEnum) { TypeEnum["PaymentMethodCreated"] = "paymentMethod.created"; })(TypeEnum = PaymentMethodCreatedNotificationRequest.TypeEnum || (PaymentMethodCreatedNotificationRequest.TypeEnum = {})); })(PaymentMethodCreatedNotificationRequest = exports.PaymentMethodCreatedNotificationRequest || (exports.PaymentMethodCreatedNotificationRequest = {})); //# sourceMappingURL=paymentMethodCreatedNotificationRequest.js.map