Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.57 KB

File metadata and controls

24 lines (20 loc) · 1.57 KB

Category

Properties

Name Type Description Notes
id str
category_group_id str
name str
hidden bool Whether or not the category is hidden
original_category_group_id str If category is hidden this is the id of the category group it originally belonged to before it was hidden. [optional]
note str [optional]
budgeted int Budgeted amount in milliunits format
activity int Activity amount in milliunits format
balance int Balance in milliunits format
goal_type str The type of goal, if the category has a goal (TB='Target Category Balance', TBD='Target Category Balance by Date', MF='Monthly Funding', NEED='Plan Your Spending') [optional]
goal_creation_month date The month a goal was created [optional]
goal_target int The goal target amount in milliunits [optional]
goal_target_month date The target month for the goal to be completed. Only some goal types specify this date. [optional]
goal_percentage_complete int The percentage completion of the goal [optional]
deleted bool Whether or not the category has been deleted. Deleted categories will only be included in delta requests.

[Back to Model list] [Back to API list] [Back to README]