Class OrderEventData
Represents a order event data model in ODP
Inheritance
System.Object
OrderEventData
Namespace: EPiServer.Commerce.ODP.Internal.Models
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0Syntax
public class OrderEventData : Object
Constructors
OrderEventData()
Declaration
public OrderEventData()
Properties
Order
The order
Declaration
public OrderEventDataOrder Order { get; set; }
Property Value
Type | Description |
---|---|
OrderEventDataOrder |
Ts
The timestamp
Declaration
public string Ts { get; set; }
Property Value
Type | Description |
---|---|
System.String |