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.
number
int
The current page number.
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