import { PaymentAcceptanceSepaDirectDebitAddress } from './paymentAcceptanceSepaDirectDebitAddress';
export interface PaymentAcceptanceSepaDirectDebitVerifyRequest {
    address?: PaymentAcceptanceSepaDirectDebitAddress;
    bank_name?: string;
    business_account?: boolean;
    country_code?: string;
    iban?: string;
    mandate_version?: string;
    owner_email?: string;
    owner_name?: string;
    verification_method?: string;
}
export declare namespace PaymentAcceptanceSepaDirectDebitVerifyRequest {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptanceSepaDirectDebitVerifyRequest.d.ts.map