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 LineItemStoreModel

Data object for storing line item data.

Inheritance
System.Object
LineItemStoreModel
Namespace: EPiServer.Commerce.Reporting.Order.StoreModels
Assembly: EPiServer.Commerce.Reporting.dll
Version: 14.26.0
Syntax
public class LineItemStoreModel : Object

Constructors

LineItemStoreModel()

Declaration
public LineItemStoreModel()

Properties

DisplayName

The entry display name.

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

EntryDiscountAmount

The entry discount amount.

Declaration
public Decimal EntryDiscountAmount { get; set; }
Property Value
Type Description
System.Decimal

ExtendedPrice

The extended price.

Declaration
public Decimal ExtendedPrice { get; set; }
Property Value
Type Description
System.Decimal

LineItemCode

The entry code.

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

LineItemId

The line item id.

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

OrderCreated

The order created time.

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

OrderDiscountAmount

The order discount amount.

Declaration
public Decimal OrderDiscountAmount { get; set; }
Property Value
Type Description
System.Decimal

OrderGroupId

The order group id.

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

PlacedPrice

The placed price.

Declaration
public Decimal PlacedPrice { get; set; }
Property Value
Type Description
System.Decimal

Quantity

The quantity.

Declaration
public Decimal Quantity { get; set; }
Property Value
Type Description
System.Decimal

SalesTax

The sales tax.

Declaration
public Decimal SalesTax { get; set; }
Property Value
Type Description
System.Decimal