Initial commit
This is definitely not functional yet. Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
20
firefly-iii-api/docs/InsightTransferEntry.md
Normal file
20
firefly-iii-api/docs/InsightTransferEntry.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# InsightTransferEntry
|
||||
|
||||
## 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 total amount transferred between start date and end date, a number defined as a string, for this asset account. | [optional]
|
||||
**difference_float** | Option<**f64**> | The total amount transferred between start date and end date, a number as a float, for this asset account. May have rounding errors. | [optional]
|
||||
**r#in** | Option<**String**> | The total amount transferred TO this account between start date and end date, a number defined as a string, for this asset account. | [optional]
|
||||
**in_float** | Option<**f64**> | The total amount transferred FROM this account between start date and end date, a number as a float, for this asset account. May have rounding errors. | [optional]
|
||||
**out** | Option<**String**> | The total amount transferred FROM this account between start date and end date, a number defined as a string, for this asset account. | [optional]
|
||||
**out_float** | Option<**f64**> | The total amount transferred TO this account between start date and end date, a number as a float, for this asset account. 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user