Try our conversational search powered by Generative AI!

Interface ILineItemDiscountAmount

Represents the discount amount applied to a line item.

Namespace: EPiServer.Commerce.Order
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
Syntax
public interface ILineItemDiscountAmount

Properties

EntryAmount

Gets or sets the discount amount set for this specific line item. This property are normally set by the promotion system.

Declaration
decimal EntryAmount { get; set; }
Property Value
Type Description
System.Decimal

OrderAmount

Gets the discount amount not specifically set for this line item. This property will contain the total order level discount for the whole order divided by the number of line items the order contains.

Declaration
decimal OrderAmount { get; set; }
Property Value
Type Description
System.Decimal

The order level discount amount.