# MyDataMyConsent::UserAccountFinancialTransactionsDtoPaginatedList
# Properties
Name | Type | Description | Notes |
---|---|---|---|
page_index | Integer | [optional] | |
page_size | Integer | [optional] | |
total_pages | Integer | [optional][readonly] | |
total_items | Integer | [optional] | |
items | Array<UserAccountFinancialTransactionsDto> | [optional] |
# Example
require 'mydatamyconsent'
instance = MyDataMyConsent::UserAccountFinancialTransactionsDtoPaginatedList.new(
page_index: null,
page_size: null,
total_pages: null,
total_items: null,
items: null
)
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9