Interface IOrderNote
Represents a note associated with an order.
Namespace: EPiServer.Commerce.Order
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
public interface IOrderNote
Properties
Created
Gets or sets the created date.
Declaration
DateTime Created { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CustomerId
Gets or sets the customer id.
Declaration
Guid CustomerId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Detail
Gets or sets the detail.
Declaration
string Detail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LineItemId
Gets or sets the lineitem id.
Declaration
int? LineItemId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
OrderNoteId
Gets or sets the order note id.
Declaration
int? OrderNoteId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Title
Gets or sets the title.
Declaration
string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the note type.
Declaration
string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |