Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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