Table of Contents

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

Country

Currency

The currency for the context.

public required Currency Currency { get; init; }

Property Value

Currency

Customer

The customer trying to get an adjustment, if any.

public User? Customer { get; init; }

Property Value

User

Language

The language for the context.

public required Language Language { get; init; }

Property Value

Language

Shop

The shop for the context.

public Shop? Shop { get; init; }

Property Value

Shop
To top