RedemptionChannel
Redemption Channel
type RedemptionChannel {
channelType: String!
deliveryMethod: RedemptionChannelDeliveryMethod
tremendousCampaign: TremendousCampaign
}
Fields
RedemptionChannel.channelType ● String! non-null scalar
The code of the redemption code
RedemptionChannel.deliveryMethod ● RedemptionChannelDeliveryMethod enum
The delivery method for the redemption channel
RedemptionChannel.tremendousCampaign ● TremendousCampaign object
Returns the Tremendous Campaign details if the channel type is TREMENDOUS
Member Of
Promotion object