Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 917 Bytes

SetDiscountPerAdditionalCostEffectProps.md

File metadata and controls

15 lines (11 loc) · 917 Bytes

SetDiscountPerAdditionalCostEffectProps

The properties specific to the "setDiscountPerAdditionalCost" effect. This gets triggered whenever a validated rule contained a "set per additional cost discount" effect. This is a discount that should be applied on a specific additional cost.

Properties

Name Type Description Notes
name str The name / description of this discount
additional_cost_id int The ID of the additional cost.
additional_cost str The name of the additional cost.
value float The total monetary value of the discount.
desired_value float The original value of the discount. [optional]

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