pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
19 lines • 694 B
JavaScript
;
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.AccountsOffers403Error = void 0;
var tslib_1 = require("tslib");
var core_1 = require("../core");
var AccountsOffers403Error = /** @class */ (function (_super) {
tslib_1.__extends(AccountsOffers403Error, _super);
function AccountsOffers403Error() {
return _super !== null && _super.apply(this, arguments) || this;
}
return AccountsOffers403Error;
}(core_1.ApiError));
exports.AccountsOffers403Error = AccountsOffers403Error;
//# sourceMappingURL=accountsOffers403Error.js.map