ApiPromotionRedemptionChannelModel
Properties
Name | Type | Required | Description |
---|---|---|---|
type_ | ApiPromotionRedemptionChannelModelType | ❌ | |
value_type | 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. | |||
local_values | List[dict] | ❌ | |
instruction | str | ❌ |
ApiPromotionRedemptionChannelModelType
Properties
Name | Type | Required | Description |
---|---|---|---|
POS | str | ✅ | "POS" |
ECOM | str | ✅ | "ECOM" |
OTHER | str | ✅ | "OTHER" |
ApiPromotionRedemptionChannelModelValueType
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