UNPKG

@adyen/api-library

Version:

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

47 lines 1.62 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.MerchantCreatedNotificationRequest = void 0; class MerchantCreatedNotificationRequest { static getAttributeTypeMap() { return MerchantCreatedNotificationRequest.attributeTypeMap; } } exports.MerchantCreatedNotificationRequest = MerchantCreatedNotificationRequest; MerchantCreatedNotificationRequest.discriminator = undefined; MerchantCreatedNotificationRequest.attributeTypeMap = [ { "name": "createdAt", "baseName": "createdAt", "type": "Date" }, { "name": "data", "baseName": "data", "type": "AccountCreateNotificationData" }, { "name": "environment", "baseName": "environment", "type": "string" }, { "name": "type", "baseName": "type", "type": "MerchantCreatedNotificationRequest.TypeEnum" } ]; (function (MerchantCreatedNotificationRequest) { let TypeEnum; (function (TypeEnum) { TypeEnum["MerchantCreated"] = "merchant.created"; })(TypeEnum = MerchantCreatedNotificationRequest.TypeEnum || (MerchantCreatedNotificationRequest.TypeEnum = {})); })(MerchantCreatedNotificationRequest = exports.MerchantCreatedNotificationRequest || (exports.MerchantCreatedNotificationRequest = {})); //# sourceMappingURL=merchantCreatedNotificationRequest.js.map