Class OrderEventDataOrderLineItem
Represents a order event line item model in ODP
Inheritance
System.Object
OrderEventDataOrderLineItem
Namespace: EPiServer.Commerce.ODP.Internal.Models
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0Syntax
public class OrderEventDataOrderLineItem : Object
Constructors
OrderEventDataOrderLineItem()
Declaration
public OrderEventDataOrderLineItem()
Properties
Discount
The discount
Declaration
public Decimal Discount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
OrderId
The order id
Declaration
public string OrderId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Price
The price
Declaration
public Decimal Price { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ProductId
The product id
Declaration
public string ProductId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Quantity
The quantity
Declaration
public Decimal Quantity { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Subtotal
The subttotal
Declaration
public Decimal Subtotal { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |