Class LineItemPatchModel
Inheritance
System.Object
LineItemPatchModel
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
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> |
|