export interface DirectDebitAccount { account_holder: string; account_country: string; iban: string; bic: string; mandate_id: string; }