@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
54 lines • 1.99 kB
JavaScript
;
/*
* 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.ReleasedBlockedBalanceNotificationRequest = void 0;
class ReleasedBlockedBalanceNotificationRequest {
static getAttributeTypeMap() {
return ReleasedBlockedBalanceNotificationRequest.attributeTypeMap;
}
constructor() {
}
}
exports.ReleasedBlockedBalanceNotificationRequest = ReleasedBlockedBalanceNotificationRequest;
ReleasedBlockedBalanceNotificationRequest.discriminator = undefined;
ReleasedBlockedBalanceNotificationRequest.mapping = undefined;
ReleasedBlockedBalanceNotificationRequest.attributeTypeMap = [
{
"name": "data",
"baseName": "data",
"type": "ReleaseBlockedBalanceNotificationData",
"format": ""
},
{
"name": "environment",
"baseName": "environment",
"type": "string",
"format": ""
},
{
"name": "timestamp",
"baseName": "timestamp",
"type": "Date",
"format": "date-time"
},
{
"name": "type",
"baseName": "type",
"type": "ReleasedBlockedBalanceNotificationRequest.TypeEnum",
"format": ""
}
];
(function (ReleasedBlockedBalanceNotificationRequest) {
let TypeEnum;
(function (TypeEnum) {
TypeEnum["BalancePlatformBalanceAccountBalanceBlockReleased"] = "balancePlatform.balanceAccount.balance.block.released";
})(TypeEnum = ReleasedBlockedBalanceNotificationRequest.TypeEnum || (ReleasedBlockedBalanceNotificationRequest.TypeEnum = {}));
})(ReleasedBlockedBalanceNotificationRequest = exports.ReleasedBlockedBalanceNotificationRequest || (exports.ReleasedBlockedBalanceNotificationRequest = {}));
//# sourceMappingURL=releasedBlockedBalanceNotificationRequest.js.map