TaxLimitBase 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 a tax limit basis.

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

Syntax

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

Members

Member name Description
LineWithoutVat A line without value-added tax.
UnitWithoutVat A unit without value-added tax.
InvoiceWithoutVat An invoice without value-added tax.
LineWithVat A line with value-added tax.
UnitWithVat A unit with value-added tax.
InvoiceWithVat An invoice with value-added tax.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.Services Namespace