Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 774 Bytes

RedemptionChannel.md

File metadata and controls

24 lines (12 loc) · 774 Bytes

RedemptionChannel

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 or an X-APP-Id of a user using the API. [optional]
channelType ChannelTypeEnum The source of the channel for the redemption. A `USER` corresponds to the Voucherify Dashboard and an `API` corresponds to the API. [optional]

Enum: ChannelTypeEnum

Name Value
USER "USER"
API "API"