ApiPromotionRedemptionChannelModel
Properties
Name | Type | Required | Description |
---|---|---|---|
type | ApiPromotionRedemptionChannelModelType | ❌ | |
valueType | ApiPromotionRedemptionChannelModelValueType | ❌ | |
value | any | ❌ | 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 | any[] | ❌ | |
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