plaid v1.1.1 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(),
  limit: float()
}