Class OrderGroupModel
Inheritance
System.Object
OrderGroupModel
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class OrderGroupModel : Object
Constructors
OrderGroupModel()
Declaration
Properties
CanConvertPaymentPlanToPurchaseOrder
Declaration
public bool CanConvertPaymentPlanToPurchaseOrder { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CouponCode
Declaration
public string CouponCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Created
Declaration
public DateTime Created { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Currency
Declaration
public string Currency { get; set; }
Property Value
Type |
Description |
System.String |
|
Customer
Declaration
public ContactModel Customer { get; set; }
Property Value
DiscountsTotal
Declaration
public MoneyModel DiscountsTotal { get; set; }
Property Value
ExpirationDate
Declaration
public Nullable<DateTime> ExpirationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public IEnumerable<OrderFormModel> Forms { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<OrderFormModel> |
|
HandlingTotal
Declaration
public MoneyModel HandlingTotal { get; set; }
Property Value
IsExchangeOrder
Declaration
public bool IsExchangeOrder { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ItemsTotal
Declaration
public MoneyModel ItemsTotal { get; set; }
Property Value
LineItemDiscounts
Declaration
public MoneyModel LineItemDiscounts { get; set; }
Property Value
MarketId
Declaration
public string MarketId { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
Notes
Declaration
public IEnumerable<OrderNoteModel> Notes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<OrderNoteModel> |
|
OrderAddresses
Declaration
public IEnumerable<AddressModel> OrderAddresses { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<AddressModel> |
|
OrderGroupId
Declaration
public int OrderGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OrderLevelDiscounts
Declaration
public MoneyModel OrderLevelDiscounts { get; set; }
Property Value
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 |
|
ParentOrderId
Declaration
public Nullable<int> ParentOrderId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PricesIncludeTax
Declaration
public bool PricesIncludeTax { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Properties
Declaration
public IEnumerable<PropertyItemModel> Properties { get; set; }
Property Value
ShippingDiscount
Declaration
public MoneyModel ShippingDiscount { get; set; }
Property Value
ShippingTotal
Declaration
public MoneyModel ShippingTotal { get; set; }
Property Value
SiteId
Declaration
public string SiteId { get; set; }
Property Value
Type |
Description |
System.String |
|
TaxTotal
Declaration
public MoneyModel TaxTotal { get; set; }
Property Value
Total
Declaration
public MoneyModel Total { get; set; }
Property Value
TotalExcludingShippingAndTax
Declaration
public MoneyModel TotalExcludingShippingAndTax { get; set; }
Property Value
Type
Declaration
public OrderGroupType Type { get; set; }
Property Value
ValidationMessages
Declaration
public IEnumerable<string> ValidationMessages { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|