UNPKG

@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 736 B
"use strict"; /** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ComponentAllocationError = void 0; var tslib_1 = require("tslib"); var core_js_1 = require("../core.js"); var ComponentAllocationError = /** @class */ (function (_super) { tslib_1.__extends(ComponentAllocationError, _super); function ComponentAllocationError() { return _super !== null && _super.apply(this, arguments) || this; } return ComponentAllocationError; }(core_js_1.ApiError)); exports.ComponentAllocationError = ComponentAllocationError; //# sourceMappingURL=componentAllocationError.js.map