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 LineItemGetModel

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

Constructors

LineItemGetModel()

Declaration
public LineItemGetModel()

LineItemGetModel(ILineItem, Currency)

Declaration
public LineItemGetModel(ILineItem lineItem, Currency orderGroupCurrency)
Parameters
Type Name Description
ILineItem lineItem
Currency orderGroupCurrency

Properties

Code

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

DiscountedPrice

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

DiscountTotal

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

DisplayName

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

InventoryTrackingStatus

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

IsEntryAvailable

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

IsGift

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

IsInventoryAllocated

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

LineItemId

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

ManualDiscount

Declaration
public ManualDiscountInfo ManualDiscount { get; set; }
Property Value
Type Description
ManualDiscountInfo

PlacedPrice

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

Properties

Declaration
public IEnumerable<PropertyItemModel> Properties { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<PropertyItemModel>

Quantity

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

ReturnableQuantity

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

ReturnQuantity

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

ThumbnailUrl

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