Get Available Rewards Parameters
data class GetAvailableRewardsParameters(val limit: Int? = null, val offset: Int? = null, val filters: Filters? = 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.
filters
Optional filters for narrowing down the result set.