GetAllRewardRedemptionsParameters

data class GetAllRewardRedemptionsParameters(val limit: Int? = null, val offset: Int? = null)

Data class representing parameters for retrieving reward redemptions.

Parameters

limit

Optional parameter representing the requested number of records to return.

offset

Optional parameter representing the requested starting position of the response entries, where 0 is the first record.

Constructors

Link copied to clipboard
constructor(limit: Int? = null, offset: Int? = null)

Properties

Link copied to clipboard
val limit: Int? = null
Link copied to clipboard
val offset: Int? = null