Table of Contents

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

bool

Description

public string? Description { get; set; }

Property Value

string

Final

If the discount is final, no other discounts will be applied if this discount is applied.

public bool Final { get; set; }

Property Value

bool

Id

public string Id { get; }

Property Value

string

Name

public string? Name { get; set; }

Property Value

string

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; }

Property Value

double?
To top