TaxCalculationMode Enumeration

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Represents the mode of tax calculation.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Services
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Services (in Microsoft.Dynamics.Commerce.Runtime.Services.dll)

Syntax

'Declaration
Public Enumeration TaxCalculationMode
'Usage
Dim instance As TaxCalculationMode
public enum TaxCalculationMode
public enum class TaxCalculationMode

Members

Member name Description
FullAmounts A mode where tax is calculated based on full amounts.
Interval A mode where tax is calculated for each interval.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.Services Namespace