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.0Syntax
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 |