FVyPageWalletBalanceDto

Page information and wallet balances

Properties

FieldTypeDescription

totalPages

int

Total number of pages

totalElements

int

Total number of elements

size

int

Number of elements per page

content

List of wallet balance DTOs

number

int

Current page number

sort

Sorting information

pageable

Pageable object information

numberOfElements

int

Number of elements in the current page

first

bool

Indicates if it is the first page

last

bool

Indicates if it is the last page

empty

bool

Indicates if the page is empty

Last updated