Defines the details of the channel through which the redemption was issued.
Name | Type | Description |
---|---|---|
channelId | String | Unique identifier of the channel which was used by the user performing the redemption rollback. This is either a user ID from the user using the Voucherify Dashboard or an X-APP-Id of a user using the API. |
channelType | ChannelTypeEnum | The source of the channel for the redemption. A `USER` corresponds to the Voucherify Dashboard and an `API` corresponds to the API. |
Name | Value |
---|---|
USER | "USER" |
API | "API" |