import { PaymentAcceptancePaymentSchedule } from './paymentAcceptancePaymentSchedule';
export interface PaymentAcceptanceTermsOfUse {
    billing_cycle_charge_day?: number;
    end_date?: string;
    first_payment_amount?: number;
    fixed_payment_amount?: number;
    max_payment_amount?: number;
    min_payment_amount?: number;
    payment_amount_type: string;
    payment_currency?: string;
    payment_schedule?: PaymentAcceptancePaymentSchedule;
    start_date?: string;
    total_billing_cycles?: number;
}
export declare namespace PaymentAcceptanceTermsOfUse {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptanceTermsOfUse.d.ts.map