## Contains the information used to page through the list of results. The object is empty if there are no more pages left to page through.[Read More](https://dev.twitch.tv/docs/api/guide#pagination)
## Contains the information used to page through the list of results. The object is empty if there are no more pages left to page through.[Read More](https://dev.twitch.tv/docs/api/guide#pagination)
## The status of the redemptions to return. The possible case-sensitive values are:
##
## * CANCELED
## * FULFILLED
## * UNFULFILLED
##
## **NOTE**: This field is required only if you don’t specify the _id_ query parameter.
##
## **NOTE**: Canceled and fulfilled redemptions are returned for only a few days after they’re canceled or fulfilled.
@exportvarstatus:String:
set(val):
status=val
track_data(&"status",val)
## A list of IDs to filter the redemptions by. To specify more than one ID, include this parameter for each redemption you want to get. For example, `id=1234&id=5678`. You may specify a maximum of 50 IDs.
##
## Duplicate IDs are ignored. The response contains only the IDs that were found. If none of the IDs were found, the response is 404 Not Found.
@exportvarid:Array[String]:
set(val):
id=val
track_data(&"id",val)
## The order to sort redemptions by. The possible case-sensitive values are:
##
## * OLDEST
## * NEWEST
##
## The default is OLDEST.
@exportvarsort:String:
set(val):
sort=val
track_data(&"sort",val)
## The cursor used to get the next page of results. The **Pagination** object in the response contains the cursor’s value. [Read more](https://dev.twitch.tv/docs/api/guide#pagination)
@exportvarafter:String:
set(val):
after=val
track_data(&"after",val)
## The maximum number of redemptions to return per page in the response. The minimum page size is 1 redemption per page and the maximum is 50\. The default is 20.