digetpay-sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
digetpay-sdk
digetpay-sdk
/
com.digetpay.sdk.model
/
MerchantTransactionsPagination
Merchant
Transactions
Pagination
data
class
MerchantTransactionsPagination
(
val
page
:
Int
?
=
null
,
val
pageSize
:
Int
?
=
null
,
val
total
:
Int
?
=
null
,
val
totalPages
:
Int
?
=
null
)
Members
Constructors
Merchant
Transactions
Pagination
Link copied to clipboard
constructor
(
page
:
Int
?
=
null
,
pageSize
:
Int
?
=
null
,
total
:
Int
?
=
null
,
totalPages
:
Int
?
=
null
)
Properties
page
Link copied to clipboard
val
page
:
Int
?
page
Size
Link copied to clipboard
val
pageSize
:
Int
?
total
Link copied to clipboard
val
total
:
Int
?
total
Pages
Link copied to clipboard
val
totalPages
:
Int
?