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