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 OrderEvent

Represents a order event model in ODP

Inheritance
System.Object
OrderEvent
Namespace: EPiServer.Commerce.ODP.Internal.Models
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0
Syntax
public class OrderEvent : Object

Constructors

OrderEvent()

Declaration
public OrderEvent()

Properties

Action

The event action

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

Data

The data attributes or the event

Declaration
public OrderEventData Data { get; set; }
Property Value
Type Description
OrderEventData

Identifiers

The identifiers for the event

Declaration
public OrderEventIdentifiers Identifiers { get; set; }
Property Value
Type Description
OrderEventIdentifiers

Type

The event type

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