Interface IOrderActivity
Defines the order activity for tracking the order history.
Inherited Members
Namespace: EPiServer.Commerce.Order
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public interface IOrderActivity : IOrderNote
Properties
Channel
Gets or sets the channel of the order activity.
Declaration
string Channel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EventType
Gets or sets the event type.
Declaration
OrderActivityEvent EventType { get; set; }
Property Value
Type | Description |
---|---|
OrderActivityEvent |