Initial commit
This is definitely not functional yet. Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
14
firefly-iii-api/docs/InsightTotalEntry.md
Normal file
14
firefly-iii-api/docs/InsightTotalEntry.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# InsightTotalEntry
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**difference** | Option<**String**> | The amount spent between start date and end date, defined as a string, for this expense account and all asset accounts. | [optional]
|
||||
**difference_float** | Option<**f64**> | The amount spent between start date and end date, defined as a string, for this expense account and all asset accounts. This number is a float (double) and may have rounding errors. | [optional]
|
||||
**currency_id** | Option<**String**> | The currency ID of the expenses listed for this expense account. | [optional]
|
||||
**currency_code** | Option<**String**> | The currency code of the expenses listed for this expense 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user