You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**on_budget** | **bool** | Whether this account is \"on budget\" or not |
12
+
**closed** | **bool** | Whether this account is closed or not |
13
+
**note** | **str** | | [optional]
14
+
**balance** | **int** | The current available balance of the account in milliunits format |
15
+
**cleared_balance** | **int** | The current cleared balance of the account in milliunits format |
16
+
**uncleared_balance** | **int** | The current uncleared balance of the account in milliunits format |
17
+
**transfer_payee_id** | **UUID** | The payee id which should be used when transferring to this account |
18
+
**direct_import_linked** | **bool** | Whether or not the account is linked to a financial institution for automatic transaction import. | [optional]
19
+
**direct_import_in_error** | **bool** | If an account linked to a financial institution (direct_import_linked=true) and the linked connection is not in a healthy state, this will be true. | [optional]
20
+
**last_reconciled_at** | **datetime** | A date/time specifying when the account was last reconciled. | [optional]
21
+
**debt_original_balance** | **int** | This field is deprecated and will always be null. | [optional]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/Category.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,20 @@ Name | Type | Description | Notes
31
31
**goal_overall_left** | **int** | The amount of funding still needed to complete the goal within the current goal period. | [optional]
32
32
**goal_snoozed_at** | **datetime** | The date/time the goal was snoozed. If the goal is not snoozed, this will be null. | [optional]
33
33
**deleted** | **bool** | Whether or not the category has been deleted. Deleted categories will only be included in delta requests. |
34
+
**balance_formatted** | **str** | Available balance of the category formatted in the plan's currency format | [optional]
35
+
**balance_currency** | **float** | Available balance of the category as a decimal currency amount | [optional]
36
+
**activity_formatted** | **str** | Activity of the category formatted in the plan's currency format | [optional]
37
+
**activity_currency** | **float** | Activity of the category as a decimal currency amount | [optional]
38
+
**budgeted_formatted** | **str** | Assigned (budgeted) amount of the category formatted in the plan's currency format | [optional]
39
+
**budgeted_currency** | **float** | Assigned (budgeted) amount of the category as a decimal currency amount | [optional]
40
+
**goal_target_formatted** | **str** | The goal target amount formatted in the plan's currency format | [optional]
41
+
**goal_target_currency** | **float** | The goal target amount as a decimal currency amount | [optional]
42
+
**goal_under_funded_formatted** | **str** | The goal underfunded amount formatted in the plan's currency format | [optional]
43
+
**goal_under_funded_currency** | **float** | The goal underfunded amount as a decimal currency amount | [optional]
44
+
**goal_overall_funded_formatted** | **str** | The total amount funded towards the goal formatted in the plan's currency format | [optional]
45
+
**goal_overall_funded_currency** | **float** | The total amount funded towards the goal as a decimal currency amount | [optional]
46
+
**goal_overall_left_formatted** | **str** | The amount of funding still needed to complete the goal formatted in the plan's currency format | [optional]
47
+
**goal_overall_left_currency** | **float** | The amount of funding still needed to complete the goal as a decimal currency amount | [optional]
**hidden** | **bool** | Whether or not the category is hidden |
13
+
**original_category_group_id** | **UUID** | DEPRECATED: No longer used. Value will always be null. | [optional]
14
+
**note** | **str** | | [optional]
15
+
**budgeted** | **int** | Assigned (budgeted) amount in milliunits format |
16
+
**activity** | **int** | Activity amount in milliunits format |
17
+
**balance** | **int** | Available balance in milliunits format |
18
+
**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]
19
+
**goal_needs_whole_amount** | **bool** | Indicates the monthly rollover behavior for \"NEED\"-type goals. When \"true\", the goal will always ask for the target amount in the new month (\"Set Aside\"). When \"false\", previous month category funding is used (\"Refill\"). For other goal types, this field will be null. | [optional]
20
+
**goal_day** | **int** | A day offset modifier for the goal's due date. When goal_cadence is 2 (Weekly), this value specifies which day of the week the goal is due (0 = Sunday, 6 = Saturday). Otherwise, this value specifies which day of the month the goal is due (1 = 1st, 31 = 31st, null = Last day of Month). | [optional]
21
+
**goal_cadence** | **int** | The goal cadence. Value in range 0-14. There are two subsets of these values which behave differently. For values 0, 1, 2, and 13, the goal's due date repeats every goal_cadence * goal_cadence_frequency, where 0 = None, 1 = Monthly, 2 = Weekly, and 13 = Yearly. For example, goal_cadence 1 with goal_cadence_frequency 2 means the goal is due every other month. For values 3-12 and 14, goal_cadence_frequency is ignored and the goal's due date repeats every goal_cadence, where 3 = Every 2 Months, 4 = Every 3 Months, ..., 12 = Every 11 Months, and 14 = Every 2 Years. | [optional]
22
+
**goal_cadence_frequency** | **int** | The goal cadence frequency. When goal_cadence is 0, 1, 2, or 13, a goal's due date repeats every goal_cadence * goal_cadence_frequency. For example, goal_cadence 1 with goal_cadence_frequency 2 means the goal is due every other month. When goal_cadence is 3-12 or 14, goal_cadence_frequency is ignored. | [optional]
23
+
**goal_creation_month** | **date** | The month a goal was created | [optional]
24
+
**goal_target** | **int** | The goal target amount in milliunits | [optional]
25
+
**goal_target_month** | **date** | DEPRECATED: No longer used. Use `goal_target_date` instead. | [optional]
26
+
**goal_target_date** | **date** | The target date for the goal to be completed. Only some goal types specify this date. | [optional]
27
+
**goal_percentage_complete** | **int** | The percentage completion of the goal | [optional]
28
+
**goal_months_to_budget** | **int** | The number of months, including the current month, left in the current goal period. | [optional]
29
+
**goal_under_funded** | **int** | The amount of funding still needed in the current month to stay on track towards completing the goal within the current goal period. This amount will generally correspond to the 'Underfunded' amount in the web and mobile clients except when viewing a category with a Needed for Spending Goal in a future month. The web and mobile clients will ignore any funding from a prior goal period when viewing category with a Needed for Spending Goal in a future month. | [optional]
30
+
**goal_overall_funded** | **int** | The total amount funded towards the goal within the current goal period. | [optional]
31
+
**goal_overall_left** | **int** | The amount of funding still needed to complete the goal within the current goal period. | [optional]
32
+
**goal_snoozed_at** | **datetime** | The date/time the goal was snoozed. If the goal is not snoozed, this will be null. | [optional]
33
+
**deleted** | **bool** | Whether or not the category has been deleted. Deleted categories will only be included in delta requests. |
34
+
35
+
## Example
36
+
37
+
```python
38
+
from ynab.models.category_base import CategoryBase
39
+
40
+
#TODO update the JSON string below
41
+
json ="{}"
42
+
# create an instance of CategoryBase from a JSON string
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/ExistingCategory.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@ Name | Type | Description | Notes
8
8
**name** | **str** | | [optional]
9
9
**note** | **str** | | [optional]
10
10
**category_group_id** | **UUID** | | [optional]
11
-
**goal_target** | **int** | The goal target amount in milliunits format. If value is specified and goal has not already been configured for category, a monthly 'Needed for Spending'goal will be created for the category with this target amount. | [optional]
11
+
**goal_target** | **int** | The goal target amount in milliunits format. If value is specified and goal has not already been configured for category, a monthly goal will be created for the category with this target amount. If goal_type is not specified, it will default to 'NEED' or 'MF' for Credit Card Payment categories. | [optional]
12
12
**goal_target_date** | **date** | The goal target date in ISO format (e.g. 2016-12-01). | [optional]
13
+
**goal_needs_whole_amount** | **bool** | Whether the goal requires the full target amount each period. Only supported for 'NEED' goals. When true, the goal is configured as 'Set aside another...'. When false, the goal is configured as 'Refill up to...'. | [optional]
Copy file name to clipboardExpand all lines: docs/HybridTransaction.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ Name | Type | Description | Notes
24
24
**import_payee_name_original** | **str** | If the transaction was imported, the original payee name as it appeared on the statement | [optional]
25
25
**debt_transaction_type** | **str** | If the transaction is a debt/loan account transaction, the type of transaction | [optional]
26
26
**deleted** | **bool** | Whether or not the transaction has been deleted. Deleted transactions will only be included in delta requests. |
27
+
**amount_formatted** | **str** | The transaction amount formatted in the plan's currency format | [optional]
28
+
**amount_currency** | **float** | The transaction amount as a decimal currency amount | [optional]
27
29
**type** | **str** | Whether the hybrid transaction represents a regular transaction or a subtransaction |
28
30
**parent_transaction_id** | **str** | For subtransaction types, this is the id of the parent transaction. For transaction types, this id will be always be null. | [optional]
0 commit comments