import { PaymentAcceptanceBacsDirectDebitAddress } from './paymentAcceptanceBacsDirectDebitAddress';
export interface PaymentAcceptanceBacsDirectDebitVerifyRequest {
    account_number?: string;
    address?: PaymentAcceptanceBacsDirectDebitAddress;
    bank_name?: string;
    business_account?: boolean;
    mandate_version?: string;
    owner_email?: string;
    owner_name?: string;
    sort_code?: string;
    verification_method?: string;
}
export declare namespace PaymentAcceptanceBacsDirectDebitVerifyRequest {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptanceBacsDirectDebitVerifyRequest.d.ts.map