GetDepositsParameters

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

Data class representing parameters for retrieving deposits.

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

Link copied to clipboard

Optional parameter for merchant reference number of the deposit.

Link copied to clipboard
val offset: Int?

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

Link copied to clipboard

Optional parameter for payment slip id.