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
{{ message }}
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/models/Expense.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
12
12
**customer_id** | **str** | The ID of the customer this entity is linked to. Used for expenses that should be marked as billable to customers. | [optional]
13
13
**supplier_id** | **str** | The ID of the supplier this entity is linked to. | [optional]
14
14
**company_id** | **str, none_type** | The company or subsidiary id the transaction belongs to | [optional]
15
-
**department_id** | **str** | The ID of the department this expense is linked to. | [optional]
15
+
**department_id** | **str, none_type** | The ID of the department | [optional]
16
16
**payment_type** | **str, none_type** | The type of payment for the expense. | [optional]
**department_id** | **str, none_type** | The ID of the department | [optional]
28
+
**location_id** | **str, none_type** | The ID of the location | [optional]
29
+
**subsidiary_id** | **str, none_type** | The ID of the subsidiary | [optional]
30
+
**tax_schedule_id** | **str, none_type** | The ID of the tax schedule | [optional]
27
31
**custom_mappings** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | When custom mappings are configured on the resource, the result is included here. | [optional][readonly]
28
32
**row_version** | **str, none_type** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
29
33
**updated_by** | **str, none_type** | The user who last updated the object. | [optional][readonly]
**department_id** | **str** | A unique identifier for an object. | [optional][readonly]
20
-
**location_id** | **str** | A unique identifier for an object. | [optional][readonly]
19
+
**department_id** | **str, none_type** | The ID of the department | [optional]
20
+
**location_id** | **str, none_type** | The ID of the location | [optional]
21
21
**line_number** | **int, none_type** | Line number of the resource | [optional]
22
22
23
23
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
**custom_mappings** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | When custom mappings are configured on the resource, the result is included here. | [optional][readonly]
**row_version** | **str, none_type** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional]
38
39
**updated_by** | **str, none_type** | The user who last updated the object. | [optional][readonly]
39
40
**created_by** | **str, none_type** | The user who created the object. | [optional][readonly]
0 commit comments