Click or drag to resize
TaxableOption Enumeration
Represents an inventory item's Sales or Purchases Tax Option.

Namespace: KampData.TaxEngine.API.Enums
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public enum TaxableOption
Members
  Member nameValueDescription
Taxable1 Item is to be taxable based on the tax schedule specified in Item Maintenance.
Nontaxable2 Item is not taxable.
BaseOnCustomer3 Item is to be taxable based on the customer's address record.
See Also