Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. |