OBJECT
UpdateCommunityPointsCustomRewardRedemptionStatusPayload
The response from acting on a Community Points redemption.
link GraphQL Schema definition
1 type UpdateCommunityPointsCustomRewardRedemptionStatusPayload { 2 3 # An error that occurred while updating the redemption status. 4 : UpdateCommunityPointsCustomRewardRedemptionStatusError 5 6 # The updated redemption. 7 : CommunityPointsCustomRewardRedemption 8 9 }