MultichannelPromotionRedemptionChannelModel
Properties
Name | Type | Required | Description |
---|---|---|---|
type_ | MultichannelPromotionRedemptionChannelModelType | ❌ | |
value_type | MultichannelPromotionRedemptionChannelModelValueType | ❌ | |
value | str | ❌ | 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"). | |||
local_values | List[dict] | ❌ | |
instruction | str | ❌ |
MultichannelPromotionRedemptionChannelModelType
Properties
Name | Type | Required | Description |
---|---|---|---|
POS | str | ✅ | "POS" |
ECOM | str | ✅ | "ECOM" |
OTHER | str | ✅ | "OTHER" |
MultichannelPromotionRedemptionChannelModelValueType
Properties
Name | Type | Required | Description |
---|---|---|---|
PERCENT | str | ✅ | "PERCENT" |
MONEY | str | ✅ | "MONEY" |
EXTERNALOFFER | str | ✅ | "EXTERNALOFFER" |
MANUAL | str | ✅ | "MANUAL" |
SWIPE | str | ✅ | "SWIPE" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs