MerchantTransactionsPagination

data class MerchantTransactionsPagination(val page: Int? = null, val pageSize: Int? = null, val total: Int? = null, val totalPages: Int? = null)

Constructors

Link copied to clipboard
constructor(page: Int? = null, pageSize: Int? = null, total: Int? = null, totalPages: Int? = null)

Properties

Link copied to clipboard
val page: Int?
Link copied to clipboard
Link copied to clipboard
val total: Int?
Link copied to clipboard