ApiPromotionRedemptionChannelModel
Properties
Name | Type | Required | Description |
---|---|---|---|
Type_ | ApiPromotionRedemptionChannelModelType | ❌ | |
ValueType | ApiPromotionRedemptionChannelModelValueType | ❌ | |
Value | object | ❌ | The type of "Value" depends on "ValueType". "MONEY" returns a Money object (Amount+Currency), "EXTERNALOFFER" and "MANUAL" returns a string ("Promotion"). "PERCENT" returns an integer. |
LocalValues | List<object> | ❌ | |
Instruction | string | ❌ |
ApiPromotionRedemptionChannelModelType
Properties
Name | Type | Required | Description |
---|---|---|---|
Pos | string | ✅ | "POS" |
Ecom | string | ✅ | "ECOM" |
Other | string | ✅ | "OTHER" |
ApiPromotionRedemptionChannelModelValueType
Properties
Name | Type | Required | Description |
---|---|---|---|
Percent | string | ✅ | "PERCENT" |
Money | string | ✅ | "MONEY" |
Externaloffer | string | ✅ | "EXTERNALOFFER" |
Manual | string | ✅ | "MANUAL" |
Swipe | string | ✅ | "SWIPE" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs