Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.15 KB

SetDiscountPerAdditionalCostPerItemEffectProps.md

File metadata and controls

17 lines (12 loc) · 1.15 KB

# SetDiscountPerAdditionalCostPerItemEffectProps

Properties

Name Type Description Notes
name string The name / description of this discount
additionalCostId int The ID of the additional cost.
value float The total monetary value of the discount.
position float The index of the item in the cart item list containing the additional cost to be discounted.
subPosition float For cart items with `quantity` > 1, the sub position indicates which item the discount applies to. [optional]
additionalCost string The name of the additional cost.
desiredValue float Only with partial discounts enabled. Represents the monetary value of the discount to be applied to additional discount without considering budget limitations. [optional]

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