Class AdjustmentContext
- Namespace
- Dynamicweb.Ecommerce.Orders.Adjustments
- Assembly
- Dynamicweb.Ecommerce.dll
The context in which an adjustment is being applied.
[Experimental("DWEX100001")]
public abstract class AdjustmentContext
- Inheritance
-
AdjustmentContext
- Derived
- Inherited Members
Properties
Country
The country for the context.
public required Country Country { get; init; }
Property Value
Currency
The currency for the context.
public required Currency Currency { get; init; }
Property Value
Customer
The customer trying to get an adjustment, if any.
public User? Customer { get; init; }
Property Value
Language
The language for the context.
public required Language Language { get; init; }
Property Value
Shop
The shop for the context.
public Shop? Shop { get; init; }