Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 980 Bytes

File metadata and controls

12 lines (8 loc) · 980 Bytes

Voucherify.Model.MemberActivityDataRedemptionChannel

Defines the details of the channel through which the redemption was issued.

Properties

Name Type Description Notes
ChannelId string Unique channel ID of the user performing the redemption. This is either a user ID from a user using the Voucherify Dashboard, an X-APP-Id of a user using the API, or the reward assignment ID for automatic reward redemption. [optional]
ChannelType string The source of the channel for the redemption: `USER` - the redemption was made in the Voucherify Dashboard by a user, `API` - redemption was made through the API, `AUTO_REDEEM` - the redemption was made automatically for a reward. [optional]

[Back to Model list] [Back to API list] [Back to README]