Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 937 Bytes

SetDiscountPerAdditionalCostEffectProps.md

File metadata and controls

14 lines (11 loc) · 937 Bytes

TalonOne.Model.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 string The name / description of this discount
AdditionalCostId int The ID of the additional cost.
AdditionalCost string The name of the additional cost.
Value decimal The total monetary value of the discount.
DesiredValue decimal The original value of the discount. [optional]

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