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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# CustomerRateForm

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user** | Option<**i32**> | User ID | [optional]
**rate** | **f64** | The rate (eg. 10.5) | 
**internal_rate** | Option<**f64**> | The internal rate (eg. 10.0 or 10) | [optional]
**is_fixed** | 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)