Wise Multi Currency Account API.
Summary
Functions
@spec available_currencies(Wise.Config.t(), Wise.Types.profile_id()) :: {:ok, [map()]} | {:error, Wise.Error.t()}
@spec check_eligibility(Wise.Config.t()) :: {:ok, map()} | {:error, Wise.Error.t()}
@spec get(Wise.Config.t(), Wise.Types.profile_id()) :: {:ok, map()} | {:error, Wise.Error.t()}
@spec pay_in_currencies(Wise.Config.t(), Wise.Types.profile_id()) :: {:ok, [map()]} | {:error, Wise.Error.t()}