PayTransactionList

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>)

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