Click or drag to resize
DiscountCollectionAdd Method
Adds a discount to the collection.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public void Add(
	IDiscount discount
)

Parameters

discount
Type: CMS.EcommerceIDiscount
The discount to be added.
See Also