GetWithdrawalsParameters

data class GetWithdrawalsParameters(val limit: Int? = null, val merchantRefNum: String? = null, val offset: Int? = null, val slipId: String? = null)

Data class representing parameters for retrieving withdrawals.

Constructors

Link copied to clipboard
constructor(limit: Int? = null, merchantRefNum: String? = null, offset: Int? = null, slipId: String? = null)

Properties

Link copied to clipboard
val limit: Int? = null

Optional parameter for the maximum number of withdrawals to return.

Link copied to clipboard
val merchantRefNum: String? = null

Optional parameter for merchant reference number of the withdraw.

Link copied to clipboard
val offset: Int? = null

Optional parameter used to get withdraws from a specific starting point.

Link copied to clipboard
val slipId: String? = null

Optional parameter for payment slip id.