GetWithdrawalsParameters

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

Data class representing parameters for retrieving withdrawals.

Constructors

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

Properties

Link copied to clipboard
val limit: Int?

Optional parameter for the maximum number of withdrawals to return.

Link copied to clipboard

Optional parameter for merchant reference number of the withdraw.

Link copied to clipboard
val offset: Int?

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

Link copied to clipboard

Optional parameter for payment slip id.