UNPKG

@adyen/api-library

Version:

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

54 lines 2.21 kB
"use strict"; /* * The version of the OpenAPI document: v1 * * * 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.NegativeBalanceCompensationWarningNotificationRequest = void 0; class NegativeBalanceCompensationWarningNotificationRequest { static getAttributeTypeMap() { return NegativeBalanceCompensationWarningNotificationRequest.attributeTypeMap; } constructor() { } } exports.NegativeBalanceCompensationWarningNotificationRequest = NegativeBalanceCompensationWarningNotificationRequest; NegativeBalanceCompensationWarningNotificationRequest.discriminator = undefined; NegativeBalanceCompensationWarningNotificationRequest.mapping = undefined; NegativeBalanceCompensationWarningNotificationRequest.attributeTypeMap = [ { "name": "data", "baseName": "data", "type": "NegativeBalanceCompensationWarningNotificationData", "format": "" }, { "name": "environment", "baseName": "environment", "type": "string", "format": "" }, { "name": "timestamp", "baseName": "timestamp", "type": "Date", "format": "date-time" }, { "name": "type", "baseName": "type", "type": "NegativeBalanceCompensationWarningNotificationRequest.TypeEnum", "format": "" } ]; (function (NegativeBalanceCompensationWarningNotificationRequest) { let TypeEnum; (function (TypeEnum) { TypeEnum["BalancePlatformNegativeBalanceCompensationWarningScheduled"] = "balancePlatform.negativeBalanceCompensationWarning.scheduled"; })(TypeEnum = NegativeBalanceCompensationWarningNotificationRequest.TypeEnum || (NegativeBalanceCompensationWarningNotificationRequest.TypeEnum = {})); })(NegativeBalanceCompensationWarningNotificationRequest = exports.NegativeBalanceCompensationWarningNotificationRequest || (exports.NegativeBalanceCompensationWarningNotificationRequest = {})); //# sourceMappingURL=negativeBalanceCompensationWarningNotificationRequest.js.map