GetAllAvailableRewardsParameters

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

Data class representing parameters for retrieving available rewards.

Parameters

limit

Optional parameter representing the requested number of records to return. Max = 50. Default = 10.

offset

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

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