StockChangingNotification
public class StockChangingNotification : NotificationEventBase
Inheritance
- class NotificationEventBase
Namespace
Constructors
StockChangingNotification
public StockChangingNotification(string productReference, ChangingValue<decimal?> value)
Properties
ProductReference
public string ProductReference { get; }
Value
public ChangingValue<decimal?> Value { get; }