Wise Partner Cases API — support case management.
Summary
Functions
@spec add_comment(Wise.Config.t(), Wise.Types.case_id(), String.t()) :: {:ok, map()} | {:error, Wise.Error.t()}
@spec create(Wise.Config.t(), map()) :: {:ok, map()} | {:error, Wise.Error.t()}
@spec get(Wise.Config.t(), Wise.Types.case_id()) :: {:ok, map()} | {:error, Wise.Error.t()}
@spec list_comments(Wise.Config.t(), Wise.Types.case_id()) :: {:ok, [map()]} | {:error, Wise.Error.t()}