OrderLineChangingNotification
public class OrderLineChangingNotification : OrderLineChangeNotification<Order>
Inheritance
Namespace
Constructors
OrderLineChangingNotification
public OrderLineChangingNotification(Order order, OrderLineReadOnly orderLine,
ChangingValue<Guid?> taxClassId, ChangingValue<decimal> quantity,
DictionaryDiff<string, PropertyValue> properties)