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