OrderTaxClassChangeNotificationBase<TEntity>
public abstract class OrderTaxClassChangeNotificationBase<TEntity> :
OrderNotificationEventBase<TEntity>
where TEntity : OrderReadOnly
Inheritance
Namespace
Constructors
OrderTaxClassChangeNotificationBase<TEntity>
public OrderTaxClassChangeNotificationBase(TEntity order, ChangingValue<Guid?> taxClassId)
Properties
TaxClassId
public ChangingValue<Guid?> TaxClassId { get; }