import { PaymentAcceptanceBacsDirectDebitMandate } from './paymentAcceptanceBacsDirectDebitMandate';
import { PaymentAcceptanceSepaDirectDebitMandate } from './paymentAcceptanceSepaDirectDebitMandate';
export interface PaymentAcceptanceMandate {
    accepted_at?: Date;
    bacs_direct_debit?: PaymentAcceptanceBacsDirectDebitMandate;
    sepa_direct_debit?: PaymentAcceptanceSepaDirectDebitMandate;
    type?: string;
    version?: string;
}
export declare namespace PaymentAcceptanceMandate {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptanceMandate.d.ts.map