YNAB.CategoryGroup (ynab v1.0.0)

Link to this section Summary

Link to this section Types

Specs

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