Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 772 Bytes

RedemptionRollbackChannel.md

File metadata and controls

24 lines (12 loc) · 772 Bytes

RedemptionRollbackChannel

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

Properties

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.

Enum: ChannelTypeEnum

Name Value
USER "USER"
API "API"