ENUM

CommunityPointsCustomRewardRedemptionStatus

Possible states for a CommunityPointsCustomRewardRedemption.

link GraphQL Schema definition

1enum CommunityPointsCustomRewardRedemptionStatus {
2
3# A redemption that has not been acted on by the broadcaster.
4UNFULFILLED
5
6# A redemption that has been fulfilled by the broadcaster.
7FULFILLED
8
9# A redemption that has been canceled by the broadcaster.
10CANCELED
11
12# A redemption that has been reported by the broadcaster.
13REPORTED
14}