export interface UserPaymentModulesOptionsFields { account_id: string; available_payment_options: Record[]; country: string; currency: string; }