Class Discount
- Namespace
- Dynamicweb.Ecommerce.Orders.Adjustments
- Assembly
- Dynamicweb.Ecommerce.dll
A discount where all of its rewards be applied to an order if all conditions are satisfied.
[Experimental("DWEX100001")]
public sealed class Discount
- Inheritance
-
Discount
- Inherited Members
Properties
Active
public bool Active { get; set; }
Property Value
Description
public string? Description { get; set; }
Property Value
Final
If the discount is final, no other discounts will be applied if this discount is applied.
public bool Final { get; set; }
Property Value
Id
public string Id { get; }
Property Value
Name
public string? Name { get; set; }
Property Value
Priority
The priority of the discount. Lowest priority runs first. If no priority is null, the discount will be applied last.
public double? Priority { get; set; }