A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. 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