/**
 * 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