Click or drag to resize
TaxDetailBase Enumeration
Represents a tax detail's tax calculation base, as specified in Tax Detail Maintenance.

Namespace: KampData.TaxEngine.API.Enums
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public enum TaxDetailBase
Members
  Member nameValueDescription
TaxIncluded1 Calculates the price of an item with the tax included in the total.
FlatAmountPerUnit2 Calculates the amount of tax per unit sold or purchased.
PercentOfSalePurchase3 Calculates the tax as a percentage of all that was sold or purchased.
PercentOfCost4 Calculates tax as a straight percentage of the cost of an item.
PercentOfAnotherTaxDetail5 Calculates a tax amount as a percentage of another tax detail.
PercentOfSalePurchasePlusTaxableTax6 Calculates tax as a percentage of the sale or purchase amount including any taxable tax.
See Also