Click or drag to resize
PortalLineUseExemptSchedules Property
If LineUseExemptSchedules is true, the TaxEngine will assign a DynamicZip Exempt Schedule ID to exempt customers and/or items. If LineUseExemptSchedules is false, the TaxEngine will assign a normal taxable Schedule ID but set the taxable amount to zero for exempt customers and/or items.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public bool LineUseExemptSchedules { get; set; }

Property Value

Type: Boolean
See Also