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

Plaid Balances schema.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Account.Balances{
  available: number() | nil,
  current: number(),
  iso_currency_code: String.t() | nil,
  limit: number() | nil,
  unofficial_currency_code: String.t() | nil
}