YNAB.Month (ynab v1.0.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %YNAB.Month{
  activity: integer(),
  age_of_money: integer(),
  budgeted: integer(),
  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(),
  income: integer(),
  month: String.t(),
  note: String.t(),
  to_be_budgeted: integer()
}