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.

22 lines 739 B
/** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { PrepaidUsageAllocationDetail } from './prepaidUsageAllocationDetail.js'; export interface PrepaidUsage { previousUnitBalance: string; previousOverageUnitBalance: string; newUnitBalance: number; newOverageUnitBalance: number; usageQuantity: number; overageUsageQuantity: number; componentId: number; componentHandle: string; memo: string; allocationDetails: PrepaidUsageAllocationDetail[]; [key: string]: unknown; } export declare const prepaidUsageSchema: Schema<PrepaidUsage>; //# sourceMappingURL=prepaidUsage.d.ts.map