plaid v1.7.0 Plaid.Accounts.Account.Balance View Source

Plaid Account Balance data structure.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Plaid.Accounts.Account.Balance{
  available: float(),
  current: float(),
  iso_currency_code: String.t(),
  limit: float(),
  unofficial_currency_code: String.t()
}