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
Copy file name to clipboardExpand all lines: docs/models/BalanceSheetReports.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Name | Type | Description | Notes
18
18
**created_by** | **str, none_type** | The user who created the object. | [optional][readonly]
19
19
**updated_at** | **datetime, none_type** | The date and time when the object was last updated. | [optional][readonly]
20
20
**created_at** | **datetime, none_type** | The date and time when the object was created. | [optional][readonly]
21
+
**uncategorized_items** | **[bool, date, datetime, dict, float, int, list, str, none_type]** | Items that are not categorized in the balance sheet | [optional]
21
22
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
22
23
23
24
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
created_by (str, none_type): The user who created the object.. [optional] # noqa: E501
201
203
updated_at (datetime, none_type): The date and time when the object was last updated.. [optional] # noqa: E501
202
204
created_at (datetime, none_type): The date and time when the object was created.. [optional] # noqa: E501
205
+
uncategorized_items ([bool, date, datetime, dict, float, int, list, str, none_type]): Items that are not categorized in the balance sheet. [optional] # noqa: E501
created_by (str, none_type): The user who created the object.. [optional] # noqa: E501
302
305
updated_at (datetime, none_type): The date and time when the object was last updated.. [optional] # noqa: E501
303
306
created_at (datetime, none_type): The date and time when the object was created.. [optional] # noqa: E501
307
+
uncategorized_items ([bool, date, datetime, dict, float, int, list, str, none_type]): Items that are not categorized in the balance sheet. [optional] # noqa: E501
0 commit comments