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
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**amount** | **float** | A goal amount set by the user for a category's transaction total during a month. | [optional]
8
+
**category_guid** | **str** | Unique identifier for the budget category. Defined by MX. | [optional]
9
+
**created_at** | **str** | Date and time the budget was created, represented in ISO 8601 format with timestamp. | [optional]
10
+
**guid** | **str** | Unique identifier for the budget. Defined by MX. | [optional]
11
+
**is_exceeded** | **bool** | If the budget has been exceeded, this field will be true. Otherwise, this field will be false. | [optional]
12
+
**is_off_track** | **bool** | If the budget is off track, this field will be true. Otherwise, this field will be false. | [optional]
13
+
**metadata** | **str** | Additional information a partner can store on the budget. | [optional]
14
+
**name** | **str** | The name of the budget that is visible to the user (ie \"Food\", \"Bills\", \"Entertainment\", etc). | [optional]
15
+
**off_track_percentage** | **float** | The percentage amount of off track spending. (Deprecated). | [optional]
16
+
**parent_guid** | **str** | Unique identifier for the parent budget. Defined by MX. | [optional]
17
+
**percent_spent** | **float** | The percentage of a budget that has been spent during the current calendar month Calculated as the transaction total divided by the amount and then multiplied by 100.A value of zero will be returned when `amount` is zero. | [optional]
18
+
**projected_spending** | **float** | The projected amount of spending for the budget. | [optional]
19
+
**revision** | **int** | The revision number of this budget record. | [optional]
20
+
**transaction_total** | **object** | The cumulative amount of all transactions under the budget. | [optional]
21
+
**updated_at** | **object** | Date and time the budget was updated, represented in ISO 8601 format with timestamp. | [optional]
22
+
**user_guid** | **object** | Unique identifier for the user. Defined by MX. | [optional]
23
+
24
+
## Example
25
+
26
+
```python
27
+
from mx_platform_python.models.budget_response import BudgetResponse
28
+
29
+
#TODO update the JSON string below
30
+
json ="{}"
31
+
# create an instance of BudgetResponse 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)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments