Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 961 Bytes

LoyaltiesMembersRedemptionRedeemResponseBodyChannel.md

File metadata and controls

25 lines (13 loc) · 961 Bytes

LoyaltiesMembersRedemptionRedeemResponseBodyChannel

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

Properties

Name Type Description
channelId String Unique channel ID of the user performing the redemption. This is either a user ID from a user using the Voucherify Dashboard or an X-APP-Id of a user using the API. For `AUTO_REDEEM`, it is the reward assignment ID.
channelType ChannelTypeEnum The source of the channel for the redemption. A `USER` corresponds to the Voucherify Dashboard, `API` corresponds to the API, and `AUTO_REDEEM` corresponds to a loyalty campaign reward that has been redeemed automatically.

Enum: ChannelTypeEnum

Name Value
USER "USER"
API "API"
AUTO_REDEEM "AUTO_REDEEM"