YNAB.Account (ynab v1.0.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %YNAB.Account{
  balance: integer(),
  cleared_balance: integer(),
  closed: boolean(),
  deleted: boolean(),
  direct_import_in_error: boolean(),
  direct_import_linked: boolean(),
  id: String.t(),
  name: String.t(),
  note: String.t(),
  on_budget: boolean(),
  transfer_payee_id: String.t(),
  type: String.t(),
  uncleared_balance: integer()
}