Click or drag to resize

Discount Constructor (Product, IProductDiscount, String, String, Currency, Country)

Note: This API is now obsolete.

Initializes a new instance of the Discount class

Namespace:  Dynamicweb.Ecommerce.Discounts
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use constructor overload with currency, country, unit id, user id, shop id parameters.")]
public Discount(
	Product product,
	IProductDiscount productDiscount,
	string salesDiscountName,
	string salesDiscountDescription,
	Currency currency,
	Country country
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
productDiscount
Type: Dynamicweb.Ecommerce.Orders.SalesDiscountsIProductDiscount
salesDiscountName
Type: SystemString
salesDiscountDescription
Type: SystemString
currency
Type: Dynamicweb.Ecommerce.InternationalCurrency
country
Type: Dynamicweb.Ecommerce.InternationalCountry
See Also