PayTransactionList

data class PayTransactionList(@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<PayObject>)

Parameters

total

Total number of results.

perPage

Number of objects per page

currentPage

Current page.

lastPage

Last page, usually the total of available pages.

from

Showing results from index element.

to

Showing results to index element.

data

Constructors

PayTransactionList
Link copied to clipboard
fun PayTransactionList(@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<PayObject>)
Total number of results.

Properties

currentPage
Link copied to clipboard
var currentPage: Int
Current page.
data
Link copied to clipboard
var data: List<PayObject>
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.