Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 949 Bytes

File metadata and controls

14 lines (8 loc) · 949 Bytes

SimpleRedemptionChannel

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

Properties

Name Type Description Notes
channel_id str 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]
channel_type str 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]