Lithic.Resources.Balances (Lithic v1.0.0)

Copy Markdown View Source

Query balances across financial accounts.

Summary

Functions

get(financial_account_token, opts \\ [])

@spec get(
  String.t(),
  keyword()
) :: {:ok, map()} | {:error, Lithic.Error.t()}

list(opts \\ [])

@spec list(keyword()) :: {:ok, Lithic.Page.t(map())} | {:error, Lithic.Error.t()}