Financial account holds — create, void, and list.
Summary
Functions
@spec create(String.t(), map(), keyword()) :: {:ok, map()} | {:error, Lithic.Error.t()}
@spec get(String.t(), String.t(), keyword()) :: {:ok, map()} | {:error, Lithic.Error.t()}
@spec list( String.t(), keyword() ) :: {:ok, Lithic.Page.t(map())} | {:error, Lithic.Error.t()}
@spec void(String.t(), String.t(), keyword()) :: {:ok, map()} | {:error, Lithic.Error.t()}