ShippingMethodNotificationEventBase<TEntity>
public abstract class ShippingMethodNotificationEventBase<TEntity> : NotificationEventBase
where TEntity : ShippingMethodReadOnly
Inheritance
- class NotificationEventBase
Namespace
Constructors
ShippingMethodNotificationEventBase<TEntity>
public ShippingMethodNotificationEventBase(TEntity shippingMethod)
Properties
ShippingMethod
public TEntity ShippingMethod { get; }