Try our conversational search powered by Generative AI!

Class LineItemPrices

The calculated prices for a line item.

Inheritance
System.Object
LineItemPrices
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Order
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
Syntax
public class LineItemPrices

Constructors

LineItemPrices(Money, Money)

Creates an instance of LineItemPrices.

Declaration
public LineItemPrices(Money extendedPrice, Money discountedPrice)
Parameters
Type Name Description
Money extendedPrice

The extended price.

Money discountedPrice

The discounted price.

Properties

DiscountedPrice

The discounted price.

Declaration
public Money DiscountedPrice { get; }
Property Value
Type Description
Money

ExtendedPrice

The extended price.

Declaration
public Money ExtendedPrice { get; }
Property Value
Type Description
Money