UNPKG

@adyen/api-library

Version:

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

84 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.ReleaseBlockedBalanceNotificationData = void 0; class ReleaseBlockedBalanceNotificationData { static getAttributeTypeMap() { return ReleaseBlockedBalanceNotificationData.attributeTypeMap; } constructor() { } } exports.ReleaseBlockedBalanceNotificationData = ReleaseBlockedBalanceNotificationData; ReleaseBlockedBalanceNotificationData.discriminator = undefined; ReleaseBlockedBalanceNotificationData.mapping = undefined; ReleaseBlockedBalanceNotificationData.attributeTypeMap = [ { "name": "accountHolder", "baseName": "accountHolder", "type": "ResourceReference", "format": "" }, { "name": "amount", "baseName": "amount", "type": "Amount", "format": "" }, { "name": "balanceAccount", "baseName": "balanceAccount", "type": "ResourceReference", "format": "" }, { "name": "balancePlatform", "baseName": "balancePlatform", "type": "string", "format": "" }, { "name": "batchReference", "baseName": "batchReference", "type": "string", "format": "" }, { "name": "blockedBalanceAfter", "baseName": "blockedBalanceAfter", "type": "Amount | null", "format": "" }, { "name": "blockedBalanceBefore", "baseName": "blockedBalanceBefore", "type": "Amount | null", "format": "" }, { "name": "creationDate", "baseName": "creationDate", "type": "Date", "format": "date-time" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "valueDate", "baseName": "valueDate", "type": "Date", "format": "date-time" } ]; //# sourceMappingURL=releaseBlockedBalanceNotificationData.js.map