@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.
21 lines • 666 B
TypeScript
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { Schema } from '../schema.js';
export interface SubscriptionGroupItem {
id?: number;
reference?: string | null;
productId?: number;
productHandle?: string | null;
productPricePointId?: number;
productPricePointHandle?: string;
currency?: string;
couponCode?: string | null;
totalRevenueInCents?: bigint;
balanceInCents?: bigint;
[key: string]: unknown;
}
export declare const subscriptionGroupItemSchema: Schema<SubscriptionGroupItem>;
//# sourceMappingURL=subscriptionGroupItem.d.ts.map