GetTransferParameters

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

Data class representing parameters for retrieving customer transfers.

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

Link copied to clipboard

Optional parameter for merchant reference number of the customer transfers.

Link copied to clipboard
val offset: Int?

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

Link copied to clipboard

Optional parameter for payment slip id.