OrderCodeNotificationBase<TEntity>
public abstract class OrderCodeNotificationBase<TEntity> : OrderNotificationEventBase<TEntity>
where TEntity : OrderReadOnly
Inheritance
Namespace
Constructors
OrderCodeNotificationBase<TEntity>
public OrderCodeNotificationBase(TEntity order, string code)
Properties
Code
public string Code { get; }