Click or drag to resize
ExemptionSource Enumeration
Represents the source of a tax exemption.

Namespace: KampData.TaxEngine.API.Enums
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public enum ExemptionSource
Members
  Member nameValueDescription
None0 No tax exemption source.
Manual1 Set to exempt by user.
ItemSetup2 Tax exempt inventory item.
CustomerSupplementDz3 Tax exempt customer ID.
CustomerTaxByStateDz4 Customer ID is exempt in this particular state.
TaxByItemCategory5 Inventory item belongs to an item category that is exempt in this particular state.
PriorTaxSchedule6 The previous schedule assigned to this Customer ID was a tax exempt schedule. (Version 1 and 2 only.)
SopSetup7 The Sales Order Processing Setup Options window's Tax Option is set to Nontaxable. Only applies to non-inventory items, freight and/or miscellaneous.
TaxScheduleID8 The current schedule has an exempt ID.
AlwaysTaxedCategory9 Item is flagged as Always Taxable.
See Also