/** * UsageBillingService * AUTO-GENERATED — public merchant surface from filtered OpenAPI */ export declare class UsageBillingService { /** * OpenAPI operationId: `UsageBillingController_checkEntitlement`. * Check if a customer has an active entitlement */ static checkEntitlement(): Promise; /** * OpenAPI operationId: `UsageBillingController_createEntitlement`. * Create or update a plan entitlement feature */ static createEntitlement(): Promise; /** * OpenAPI operationId: `UsageBillingController_getRevenue`. * Combined MRR + usage + one-time revenue metrics */ static getRevenue(options?: Record): Promise; /** * OpenAPI operationId: `UsageBillingController_getSubscriptionUsage`. * Get meter usage for a subscription */ static getSubscriptionUsage(subscriptionId: string): Promise; /** * OpenAPI operationId: `UsageBillingController_creditWallet`. * Credit prepaid usage units to a customer meter wallet */ static grantCredits(): Promise; /** * OpenAPI operationId: `UsageBillingController_listPeriods`. * List usage billing periods */ static listPeriods(options?: Record): Promise; } //# sourceMappingURL=UsageBillingService.d.ts.map