UNPKG

@adyen/api-library

Version:

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

48 lines 1.69 kB
"use strict"; /* * The version of the OpenAPI document: v2 * * * 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.BalanceAccountNotificationRequest = void 0; class BalanceAccountNotificationRequest { static getAttributeTypeMap() { return BalanceAccountNotificationRequest.attributeTypeMap; } } exports.BalanceAccountNotificationRequest = BalanceAccountNotificationRequest; BalanceAccountNotificationRequest.discriminator = undefined; BalanceAccountNotificationRequest.attributeTypeMap = [ { "name": "data", "baseName": "data", "type": "BalanceAccountNotificationData" }, { "name": "environment", "baseName": "environment", "type": "string" }, { "name": "timestamp", "baseName": "timestamp", "type": "Date" }, { "name": "type", "baseName": "type", "type": "BalanceAccountNotificationRequest.TypeEnum" } ]; (function (BalanceAccountNotificationRequest) { let TypeEnum; (function (TypeEnum) { TypeEnum["Updated"] = "balancePlatform.balanceAccount.updated"; TypeEnum["Created"] = "balancePlatform.balanceAccount.created"; })(TypeEnum = BalanceAccountNotificationRequest.TypeEnum || (BalanceAccountNotificationRequest.TypeEnum = {})); })(BalanceAccountNotificationRequest = exports.BalanceAccountNotificationRequest || (exports.BalanceAccountNotificationRequest = {})); //# sourceMappingURL=balanceAccountNotificationRequest.js.map