# ExpenseEditForm
## Properties
**begin** | **String** | |
**user** | **i32** | User ID |
**project** | **i32** | Project ID |
**activity** | Option<**i32**> | Activity ID | [optional]
**expense_category** | **i32** | Expense-Category ID |
**description** | Option<**String**> | Description for the expense | [optional]
**cost** | Option<**f64**> | Cost per entry (multiplied by multiplier). This field is not available to every user. | [optional]
**multiplier** | **f64** | |
**billable_mode** | **String** | Whether this item should be refundable (yes) or not (no) or if it should be calculated by inherited settings from customer, project and activity (auto). |
**exported** | Option<**bool**> | | [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)