Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 690 Bytes

AddFreeItemEffectProps.md

File metadata and controls

12 lines (9 loc) · 690 Bytes

TalonOne.Model.AddFreeItemEffectProps

The properties specific to the "addFreeItem" effect. This gets triggered whenever a validated rule contained an "add free item" effect.

Properties

Name Type Description Notes
Sku string SKU of the item that needs to be added.
Name string The name / description of the effect
DesiredQuantity int The original quantity in case a partial reward was applied. [optional]

[Back to Model list] [Back to API list] [Back to README]