@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.
22 lines • 1.31 kB
JavaScript
;
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.subscriptionGroupItemSchema = void 0;
var schema_1 = require("../schema");
exports.subscriptionGroupItemSchema = (0, schema_1.expandoObject)({
id: ['id', (0, schema_1.optional)((0, schema_1.number)())],
reference: ['reference', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
productId: ['product_id', (0, schema_1.optional)((0, schema_1.number)())],
productHandle: ['product_handle', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
productPricePointId: ['product_price_point_id', (0, schema_1.optional)((0, schema_1.number)())],
productPricePointHandle: ['product_price_point_handle', (0, schema_1.optional)((0, schema_1.string)())],
currency: ['currency', (0, schema_1.optional)((0, schema_1.string)())],
couponCode: ['coupon_code', (0, schema_1.optional)((0, schema_1.nullable)((0, schema_1.string)()))],
totalRevenueInCents: ['total_revenue_in_cents', (0, schema_1.optional)((0, schema_1.bigint)())],
balanceInCents: ['balance_in_cents', (0, schema_1.optional)((0, schema_1.bigint)())]
});
//# sourceMappingURL=subscriptionGroupItem.js.map