View Source Plaid.Accounts.Account.Balance (plaid v3.3.0)

Plaid Account Balance data structure.

Link to this section Summary

Link to this section Types

@type t() :: %Plaid.Accounts.Account.Balance{
  available: float(),
  current: float(),
  iso_currency_code: String.t(),
  limit: float(),
  unofficial_currency_code: String.t()
}