World is now on Opti ID! Learn more

Interface IOrderActivity

Defines the order activity for tracking the order history.

Namespace: EPiServer.Commerce.Order
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
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

Extension Methods