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
# InvoiceCollection

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i32**> |  | [optional]
**invoice_number** | **String** |  | 
**comment** | Option<**String**> |  | [optional]
**customer** | [**models::Customer**]Customer.md |  | 
**user** | [**models::User**]User.md |  | 
**created_at** | **String** |  | 
**total** | Option<**f32**> |  | [optional][default to 0]
**tax** | Option<**f32**> |  | [optional][default to 0]
**currency** | **String** |  | 
**due_days** | Option<**i32**> |  | [optional][default to 30]
**vat** | Option<**f32**> |  | [optional][default to 0]
**status** | Option<**String**> |  | [optional][default to new]
**payment_date** | Option<**String**> |  | [optional]
**meta_fields** | Option<[**Vec<models::InvoiceMeta>**]InvoiceMeta.md> |  | [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)