UNPKG

@adyen/api-library

Version:

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

72 lines 2.1 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.NegativeBalanceCompensationWarningNotificationData = void 0; class NegativeBalanceCompensationWarningNotificationData { static getAttributeTypeMap() { return NegativeBalanceCompensationWarningNotificationData.attributeTypeMap; } constructor() { } } exports.NegativeBalanceCompensationWarningNotificationData = NegativeBalanceCompensationWarningNotificationData; NegativeBalanceCompensationWarningNotificationData.discriminator = undefined; NegativeBalanceCompensationWarningNotificationData.mapping = undefined; NegativeBalanceCompensationWarningNotificationData.attributeTypeMap = [ { "name": "accountHolder", "baseName": "accountHolder", "type": "ResourceReference | null", "format": "" }, { "name": "amount", "baseName": "amount", "type": "Amount | null", "format": "" }, { "name": "balancePlatform", "baseName": "balancePlatform", "type": "string", "format": "" }, { "name": "creationDate", "baseName": "creationDate", "type": "Date", "format": "date-time" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "liableBalanceAccountId", "baseName": "liableBalanceAccountId", "type": "string", "format": "" }, { "name": "negativeBalanceSince", "baseName": "negativeBalanceSince", "type": "Date", "format": "date-time" }, { "name": "scheduledCompensationAt", "baseName": "scheduledCompensationAt", "type": "Date", "format": "date-time" } ]; //# sourceMappingURL=negativeBalanceCompensationWarningNotificationData.js.map