BankAccountList

class BankAccountList(@Json(name = totaltotal: Int, @Json(name = per_pageperPage: Int, @Json(name = current_pagecurrentPage: Int, @Json(name = last_pagelastPage: Int, @Json(name = fromfrom: Int?, @Json(name = toto: Int?, @Json(name = datadata: List<BankAccount>) : PaginatedList<BankAccount>

Properties

currentPage
Link copied to clipboard
var currentPage: Int
Current page.
data
Link copied to clipboard
var data: List<BankAccount>
from
Link copied to clipboard
var from: Int?
Showing results from index element.
lastPage
Link copied to clipboard
var lastPage: Int
Last page, usually the total of available pages.
perPage
Link copied to clipboard
var perPage: Int
Number of objects per page
to
Link copied to clipboard
var to: Int?
Showing results to index element.
total
Link copied to clipboard
var total: Int
Total number of results.