Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class OrderActivity

Inheritance
System.Object
OrderActivity
Namespace: EPiServer.Commerce.Order.Internal
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class OrderActivity : OrderNote, IOrderActivity, IOrderNote

Constructors

OrderActivity()

Declaration
public OrderActivity()

Properties

Channel

Gets or sets the channel of the order activity.

Declaration
public string Channel { get; set; }
Property Value
Type Description
System.String

EventType

Gets or sets the event type.

Declaration
public OrderActivityEvent EventType { get; set; }
Property Value
Type Description
OrderActivityEvent

Implements