Table of Contents

Class DiscountValueHandler

Namespace
Dynamicweb.Ecommerce.Extensibility.Controls
Assembly
Dynamicweb.Ecommerce.dll
DiscountValueHandler class.
public class DiscountValueHandler
Inheritance
DiscountValueHandler
Inherited Members

Properties

Amount

Gets or sets the amount.
public double Amount { get; set; }

Property Value

double
The amount.

AmountByCurrencies

Gets or sets the amount by currencies.
public Dictionary<string, double> AmountByCurrencies { get; set; }

Property Value

Dictionary<string, double>
The amount by currencies.

ProductCollection

Gets or sets the product collection.
public ProductCollection ProductCollection { get; set; }

Property Value

ProductCollection
The product collection.

Type

Gets or sets the type.
public DiscountType Type { get; set; }

Property Value

DiscountType
The type.
To top