MoneyHub.Statements (MoneyHub v1.0.0)

Copy Markdown View Source

Account statements - periodic statement documents/metadata for a connected account, where the provider exposes them.

Reading statements requires accounts:read plus either statements_basic:read or statements_detail:read, depending on the level of detail needed.

See Statements.

Summary

Functions

Lists statements available for an account.

Types

statement()

@type statement() :: map()

Functions

list(config, token, account_id)

@spec list(MoneyHub.Config.t(), String.t(), String.t()) ::
  {:ok, [statement()]} | {:error, MoneyHub.Error.t()}

Lists statements available for an account.