Class Ecommerce.Discounts.AfterDiscountCalculationsArgs
- Namespace
- Dynamicweb.Ecommerce.Notifications
- Assembly
- Dynamicweb.Ecommerce.dll
Provides information about order that has been discounted
public class Ecommerce.Discounts.AfterDiscountCalculationsArgs : NotificationArgs
- Inheritance
-
Ecommerce.Discounts.AfterDiscountCalculationsArgs
- Inherited Members
Remarks
The passed NotificationArgs is Ecommerce.Discounts.AfterDiscountCalculationsArgs
Properties
Cart
Gets or sets the order/cart.
public Order Cart { get; set; }
Property Value
- Order
Order/cart. Setting this from a notification subscriber will have no effect.