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 LineItemPatchModel

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

Constructors

LineItemPatchModel()

Declaration
public LineItemPatchModel()

Properties

DiscountDescription

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

DiscountType

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

DiscountValue

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

PlacedPrice

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

Quantity

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