GetTransferParameters

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

Data class representing parameters for retrieving customer transfers.

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 customer transfers to return.

Link copied to clipboard
val merchantRefNum: String? = null

Optional parameter for merchant reference number of the customer transfers.

Link copied to clipboard
val offset: Int? = null

Optional parameter used to get customer transfers from a specific starting point.

Link copied to clipboard
val slipId: String? = null

Optional parameter for payment slip id.