OrderProductAddNotificationBase<TEntity>
public abstract class OrderProductAddNotificationBase<TEntity> : OrderNotificationEventBase<TEntity>
where TEntity : OrderReadOnly
Inheritance
Namespace
Constructors
OrderProductAddNotificationBase<TEntity>
public OrderProductAddNotificationBase(TEntity order, string productReference, decimal qty,
IDictionary<string, string> properties, string bundleId, string parentBundleId)
Properties
BundleId
public string BundleId { get; }
ParentBundleId
public string ParentBundleId { get; }
ProductReference
public string ProductReference { get; }
Properties
public IDictionary<string, string> Properties { get; }
Quantity
public decimal Quantity { get; }