Class OrderGroupListItemModel
Inheritance
System.Object
OrderGroupListItemModel
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class OrderGroupListItemModel : Object
Constructors
OrderGroupListItemModel()
Declaration
public OrderGroupListItemModel()
Declaration
public OrderGroupListItemModel(IOrderGroup orderGroup, ContactModel customer, IOrderGroupCalculator orderGroupCalculator, OrderGroupType orderGroupType)
Parameters
Properties
Created
Declaration
public DateTime Created { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Customer
Declaration
public ContactModel Customer { get; set; }
Property Value
CustomerName
Declaration
public string CustomerName { get; set; }
Property Value
Type |
Description |
System.String |
|
ExtendedProperties
Declaration
public IEnumerable<object> ExtendedProperties { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.Object> |
|
HasAwaitingReturnCompletable
Declaration
public Nullable<bool> HasAwaitingReturnCompletable { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
HasAwaitingStockReturns
Declaration
public Nullable<bool> HasAwaitingStockReturns { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
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 |
|
SiteId
Declaration
public string SiteId { get; set; }
Property Value
Type |
Description |
System.String |
|
Total
Declaration
public MoneyModel Total { get; set; }
Property Value
Type
Declaration
public OrderGroupType Type { get; set; }
Property Value