@maxio-com/advanced-billing-sdk
Version:
Ultimate billing and pricing flexibility for B2B SaaS. Maxio integrates directly into your product, so you can seamlessly manage your product catalog, bill customers, and collect payments.
19 lines • 811 B
JavaScript
;
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.RefundPrepaymentBaseErrorsResponseError = void 0;
var tslib_1 = require("tslib");
var core_1 = require("../core");
var RefundPrepaymentBaseErrorsResponseError = /** @class */ (function (_super) {
tslib_1.__extends(RefundPrepaymentBaseErrorsResponseError, _super);
function RefundPrepaymentBaseErrorsResponseError() {
return _super !== null && _super.apply(this, arguments) || this;
}
return RefundPrepaymentBaseErrorsResponseError;
}(core_1.ApiError));
exports.RefundPrepaymentBaseErrorsResponseError = RefundPrepaymentBaseErrorsResponseError;
//# sourceMappingURL=refundPrepaymentBaseErrorsResponseError.js.map