kimai_client_lib 1.0.0

JSON API for the Kimai time-tracking software. Read our [API documentation](https://www.kimai.org/documentation/rest-api.html) and download the [Open API definition](doc.json) to import into your API client.
Documentation
# ExpenseEditForm

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)