# FinApiAccess.PageableTransactionList

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**transactions** | [**[Transaction]**](Transaction.md) | Array of transactions (for the requested page) | 
**paging** | [**Paging**](Paging.md) | Information for pagination | 
**income** | **Number** | The total income of all transactions (across all pages) | 
**spending** | **Number** | The total spending of all transactions (across all pages) | 
**balance** | **Number** | The total sum of all transactions (across all pages) | 


