# FinApiAccess.CashFlow

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**category** | [**Category**](Category.md) | Category of this cash flow. When null, then this is the cash flow of transactions that do not have a category. | [optional] 
**income** | **Number** | The total calculated income for the given category | 
**spending** | **Number** | The total calculated spending for the given category | 
**balance** | **Number** | The calculated balance for the given category | 
**countIncomeTransactions** | **Number** | The total count of income transactions for the given category | 
**countSpendingTransactions** | **Number** | The total count of spending transactions for the given category | 
**countAllTransactions** | **Number** | The total count of all transactions for the given category | 


