YNAB.Category (ynab v1.0.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %YNAB.Category{
  activity: integer(),
  balance: integer(),
  budgeted: integer(),
  category_group_id: String.t(),
  deleted: boolean(),
  goal_creation_month: String.t(),
  goal_months_to_budget: integer(),
  goal_overall_funded: integer(),
  goal_overall_left: integer(),
  goal_percentage_complete: integer(),
  goal_target: integer(),
  goal_target_month: String.t(),
  goal_type: String.t(),
  goal_under_funded: integer(),
  hidden: boolean(),
  id: String.t(),
  name: String.t(),
  note: String.t(),
  original_category_group_id: String.t()
}