View Source
Plaid.Accounts.Account.Balance
(plaid v3.3.0)
Plaid Account Balance data structure.
@type t() :: %Plaid.Accounts.Account.Balance{
available: float(),
current: float(),
iso_currency_code: String.t(),
limit: float(),
unofficial_currency_code: String.t()
}