export interface PaymentAcceptanceEftDirectDebitVerifyRequest {
    account_number?: string;
    business_account?: boolean;
    institution_number?: string;
    mandate_version?: string;
    owner_email?: string;
    owner_name?: string;
    transit_number?: string;
    verification_method?: string;
}
export declare namespace PaymentAcceptanceEftDirectDebitVerifyRequest {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptanceEftDirectDebitVerifyRequest.d.ts.map