go-firefly3/docs/InsightTotalEntry.md
2024-05-11 14:45:50 +03:00

13 lines
980 B
Markdown

# InsightTotalEntry
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Difference** | **string** | The amount spent between start date and end date, defined as a string, for this expense account and all asset accounts. | [optional] [default to null]
**DifferenceFloat** | **float64** | 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] [default to null]
**CurrencyId** | **string** | The currency ID of the expenses listed for this expense account. | [optional] [default to null]
**CurrencyCode** | **string** | The currency code of the expenses listed for this expense account. | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)