Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 730 Bytes

RedemptionsListResponseBodyRedemptionsItemChannel.md

File metadata and controls

23 lines (11 loc) · 730 Bytes

RedemptionsListResponseBodyRedemptionsItemChannel

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"