Click or drag to resize
PortalLineExemptAmount Property
Gets or sets the LineExemptAmount. The DocCalculateTax() method calculates and sets this value. See LineOtherAmount for information regarding setting this value manually.

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

Property Value

Type: Decimal
See Also