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 OrderGroupModel

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

Constructors

OrderGroupModel()

Declaration
public OrderGroupModel()

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
Type Description
ContactModel

DiscountsTotal

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

ExpirationDate

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

Forms

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
Type Description
MoneyModel

IsExchangeOrder

Declaration
public bool IsExchangeOrder { get; set; }
Property Value
Type Description
System.Boolean

ItemsTotal

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

LineItemDiscounts

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

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
Type Description
MoneyModel

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
Type Description
System.Collections.Generic.IEnumerable<PropertyItemModel>

ShippingDiscount

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

ShippingTotal

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

SiteId

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

TaxTotal

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

Total

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

TotalExcludingShippingAndTax

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

Type

Declaration
public OrderGroupType Type { get; set; }
Property Value
Type Description
OrderGroupType

ValidationMessages

Declaration
public IEnumerable<string> ValidationMessages { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>