Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 2.89 KB

MultichannelPromotionRedemptionChannelModel.md

File metadata and controls

35 lines (26 loc) · 2.89 KB

MultichannelPromotionRedemptionChannelModel

Properties

Name Type Required Description
Type_ MultichannelPromotionRedemptionChannelModelType
ValueType MultichannelPromotionRedemptionChannelModelValueType
Value string The type of "Value" depends on "ValueType". "MONEY" expects a decimal as a string ("20.5"). "SWIPE", "EXTERNALOFFER" and "MANUAL" expects a string ("Promotion"). "PERCENT" expects an integer as a string ("20").
LocalValues List<object>
Instruction string

MultichannelPromotionRedemptionChannelModelType

Properties

Name Type Required Description
Pos string "POS"
Ecom string "ECOM"
Other string "OTHER"

MultichannelPromotionRedemptionChannelModelValueType

Properties

Name Type Required Description
Percent string "PERCENT"
Money string "MONEY"
Externaloffer string "EXTERNALOFFER"
Manual string "MANUAL"
Swipe string "SWIPE"