Table of Contents

Class OrderLineAdjustmentContext

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

The context in which a order adjustment is being applied.

[Experimental("DWEX100001")]
public sealed class OrderLineAdjustmentContext : OrderAdjustmentContext
Inheritance
OrderLineAdjustmentContext
Inherited Members

Properties

OrderLine

The orderline to which the adjustment is being applied, if any.

public required OrderLine OrderLine { get; init; }

Property Value

OrderLine

StopProcessing

Whether to stop processing the current adjustment, used when trying to find a specific orderline to apply an adjustment to, once found, there's no reason to continue the loop for the current adjustment.

public bool StopProcessing { get; set; }

Property Value

bool
To top