Class LineItemPostModel
Inheritance
System.Object
LineItemPostModel
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class LineItemPostModel : Object
Constructors
LineItemPostModel()
Declaration
public LineItemPostModel()
Properties
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
PlacedPrice
Declaration
public Decimal PlacedPrice { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Quantity
Declaration
public Decimal Quantity { get; set; }
Property Value
Type |
Description |
System.Decimal |
|