Class LineItemStoreModel

Data object for storing line item data.

Inheritance
System.Object
LineItemStoreModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Reporting.Order.StoreModels
Assembly: EPiServer.Commerce.Reporting.dll
Version: 13.30.0
Syntax
public class LineItemStoreModel

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