firefly-iii 0.3.0

Rust API client for firefly-iii
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# InsightGroupEntry

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | This ID is a reference to the original object. | [optional]
**name** | Option<**String**> | This is the name of the object. | [optional]
**difference** | Option<**String**> | The amount spent or earned between start date and end date, a number defined as a string, for this object and all asset accounts. | [optional]
**difference_float** | Option<**f64**> | The amount spent or earned between start date and end date, a number as a float, for this object and all asset accounts. May have rounding errors. | [optional]
**currency_id** | Option<**String**> | The currency ID of the expenses listed for this account. | [optional]
**currency_code** | Option<**String**> | The currency code of the expenses listed for this account. | [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)