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 OrderHistoryListItemModel

Inheritance
System.Object
OrderHistoryListItemModel
Namespace: EPiServer.Commerce.UI.CustomerService.Models
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class OrderHistoryListItemModel : Object

Constructors

OrderHistoryListItemModel(IOrderGroup, IOrderGroupCalculator)

Declaration
public OrderHistoryListItemModel(IOrderGroup orderGroup, IOrderGroupCalculator orderGroupCalculator)
Parameters
Type Name Description
IOrderGroup orderGroup
IOrderGroupCalculator orderGroupCalculator

Properties

Created

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

LineItems

Declaration
public IEnumerable<LineItemGetModel> LineItems { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<LineItemGetModel>

MarketName

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

Modified

Declaration
public Nullable<DateTime> Modified { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

Name

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

OrderGroupId

Declaration
public int OrderGroupId { get; set; }
Property Value
Type Description
System.Int32

OrderNumber

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

OrderStatus

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

Total

Declaration
public MoneyModel Total { get; set; }
Property Value
Type Description
MoneyModel