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.

15 lines 797 B
/** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; export interface ResumeOptions { /** Chargify will only attempt to resume the subscription's billing period. If not resumable, the subscription will be left in its current state. */ requireResume?: boolean; /** Indicates whether or not Chargify should clear the subscription's existing balance before attempting to resume the subscription. If subscription cannot be resumed, the balance will remain as it was before the attempt to resume was made. */ forgiveBalance?: boolean; [key: string]: unknown; } export declare const resumeOptionsSchema: Schema<ResumeOptions>; //# sourceMappingURL=resumeOptions.d.ts.map