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