Click or drag to resize
PortalDocExemptAmount Property
Gets or sets the DocExemptAmount. The DocCalculateTax() method sets this value to the total of the LineExemptAmount's. See DocOtherAmount for information regarding setting this value manually.

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

Property Value

Type: Decimal
See Also