OBJECT

UpdateCommunityPointsCustomRewardRedemptionStatusPayload

The response from acting on a Community Points redemption.

link GraphQL Schema definition

1type UpdateCommunityPointsCustomRewardRedemptionStatusPayload {
2
3# An error that occurred while updating the redemption status.
4error: UpdateCommunityPointsCustomRewardRedemptionStatusError
5
6# The updated redemption.
7redemption: CommunityPointsCustomRewardRedemption
8
9}