@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.
13 lines • 774 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 ActivateSubscriptionRequest {
/** You may choose how to handle the activation failure. `true` means do not change the subscription’s state and billing period. `false` means to continue through with the activation and enter an end of life state. If this parameter is omitted or `null` is passed it will default to value set in the site settings (default: `true`) */
revertOnFailure?: boolean | null;
[key: string]: unknown;
}
export declare const activateSubscriptionRequestSchema: Schema<ActivateSubscriptionRequest>;
//# sourceMappingURL=activateSubscriptionRequest.d.ts.map