VyPageWalletBalanceDto
This class represents a page of wallet balance data.
Properties
Field | Type | Description |
---|---|---|
totalPages | int | The total number of pages in the pagination. |
totalElements | int | The total number of elements in the pagination. |
size | int | The number of elements in each page. |
content | An array of wallet balance data. | |
number | int | The current page number. |
sort | The sorting criteria for the pagination. | |
pageable | The pagination information. | |
numberOfElements | int | The number of elements in the current page. |
first | bool | A flag indicating whether this is the first page. |
last | bool | A flag indicating whether this is the last page. |
empty | bool | A flag indicating whether the pagination is empty. |
Last updated