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 LineItemPostModel

Inheritance
System.Object
LineItemPostModel
Namespace: EPiServer.Commerce.UI.CustomerService.Models
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