StockChangingNotification
public class StockChangingNotification : NotificationEventBase
Inheritance
- class NotificationEventBase
Namespace
Constructors
StockChangingNotification (1 of 2)
public StockChangingNotification(Guid storeId, string productReference,
ChangingValue<decimal?> value)
StockChangingNotification (2 of 2)
public StockChangingNotification(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; }