ENUM

CommunityPointsUpdateCustomRewardRedemptionStatusesMethod

Methods for updating community points CustomReward redemption statuses.

link GraphQL Schema definition

1enum CommunityPointsUpdateCustomRewardRedemptionStatusesMethod {
2
3# Unknown method.
4UNKNOWN
5
6# Statuses for all redemptions for the channel are being updated.
7BY_CHANNEL
8
9# Statuses for all redemptions for a reward are being updated.
10BY_REWARD
11
12# Statuses for the provided redemptions are being updated.
13BY_REDEMPTIONS
14}