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 OrderNoteModel

Inheritance
System.Object
OrderNoteModel
Namespace: EPiServer.Commerce.UI.CustomerService.Models
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class OrderNoteModel : Object, IOrderActivity, IOrderNote

Constructors

OrderNoteModel()

Declaration
public OrderNoteModel()

OrderNoteModel(IOrderNote)

Declaration
public OrderNoteModel(IOrderNote orderNote)
Parameters
Type Name Description
IOrderNote orderNote

Properties

Channel

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

Created

Declaration
public DateTime Created { get; set; }
Property Value
Type Description
System.DateTime

CustomerId

Declaration
public Guid CustomerId { get; set; }
Property Value
Type Description
System.Guid

CustomerName

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

Detail

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

EventSource

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

EventType

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

LineItemId

Declaration
public Nullable<int> LineItemId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

OrderNoteId

Declaration
public Nullable<int> OrderNoteId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Title

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

Type

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

Implements