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

980 B

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] [Back to API list] [Back to README]