/**
 * AdvancedBilling
 *
 * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
/**
 * Enum for CancellationMethod
 */
export declare enum CancellationMethod {
    MerchantUi = "merchant_ui",
    MerchantApi = "merchant_api",
    Dunning = "dunning",
    BillingPortal = "billing_portal",
    Unknown = "unknown",
    Imported = "imported"
}
/**
 * Schema for CancellationMethod
 */
export declare const cancellationMethodSchema: Schema<CancellationMethod>;
