Try our conversational search powered by Generative AI!

Interface IOrderGroupCalculatedAmount

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 an IOrderGroup.

Namespace: EPiServer.Commerce.Order.Internal
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public interface IOrderGroupCalculatedAmount

Properties

IsTaxTotalUpToDate

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

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

TaxTotal

Gets or sets the tax total.

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