View Source Plaid.Account.HistoricalBalances (elixir_plaid v1.2.1)

Plaid Account Historical Balances schema

Only used when retrieving Asset Report's.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Account.HistoricalBalances{
  current: number(),
  date: String.t(),
  iso_currency_code: String.t() | nil,
  unofficial_currency_code: String.t() | nil
}