Click or drag to resize
PortalLineRecalculationRequired Property
Gets the LineRecalculationRequired boolean. Returns true when a field value has changed that may affect the tax calculation. Run DocCalculateTax() to update.

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

Property Value

Type: Boolean
See Also