GetDepositsParameters

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

Data class representing parameters for retrieving deposits.

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 deposits to return.

Link copied to clipboard
val merchantRefNum: String? = null

Optional parameter for merchant reference number of the deposit.

Link copied to clipboard
val offset: Int? = null

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

Link copied to clipboard
val slipId: String? = null

Optional parameter for payment slip id.