UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

19 lines 622 B
"use strict"; /** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.Party400Error = void 0; var tslib_1 = require("tslib"); var core_1 = require("../core"); var Party400Error = /** @class */ (function (_super) { tslib_1.__extends(Party400Error, _super); function Party400Error() { return _super !== null && _super.apply(this, arguments) || this; } return Party400Error; }(core_1.ApiError)); exports.Party400Error = Party400Error; //# sourceMappingURL=party400Error.js.map