TaxScheduleType Enumeration |
Represents the type of tax schedule to use.
Namespace: KampData.TaxEngine.API.EnumsAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic enum TaxScheduleType
Public Enumeration TaxScheduleType
public enum class TaxScheduleType
Members
| Member name | Value | Description |
---|
| None | 0 |
Do not use a tax schedule.
|
| ZipCode | 1 |
Use a ZIP code based tax schedule.
|
| Custom | 2 |
Use a custom tax schedule.
|
See Also