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