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