Click or drag to resize
TaxScheduleType Enumeration
Represents the type of tax schedule to use.

Namespace: KampData.TaxEngine.API.Enums
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public enum TaxScheduleType
Members
  Member nameValueDescription
None0 Do not use a tax schedule.
ZipCode1 Use a ZIP code based tax schedule.
Custom2 Use a custom tax schedule.
See Also