Table of Contents

Class OrderAdjustmentContext

Namespace
Dynamicweb.Ecommerce.Orders.Adjustments
Assembly
Dynamicweb.Ecommerce.dll

The context in which a order discount is being applied.

[Experimental("DWEX100001")]
public class OrderAdjustmentContext : AdjustmentContext
Inheritance
OrderAdjustmentContext
Derived
Inherited Members

Properties

Order

The order to which the discount is being applied.

public required Order Order { get; init; }

Property Value

Order
To top