Interface ILineItemCalculatedAmount

This interface is intended to be used internally by EPiServer. We do not support any backward compatibility on this.

Represents the calculated amount from calculators for a line item.

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

Properties

IsSalesTaxUpToDate

Gets or sets the flag indicating whether the SalesTax is up-to-date.

Declaration
bool IsSalesTaxUpToDate { get; set; }
Property Value
Type Description
System.Boolean

PricesIncludeTax

Gets the setting of including tax in price from the order group.

Declaration
bool PricesIncludeTax { get; }
Property Value
Type Description
System.Boolean

SalesTax

Gets or sets sales tax amount.

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