Click or drag to resize
PortalDocRecalculationRequired Property
Gets the DocRecalculationRequired boolean. True if 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 DocRecalculationRequired { get; }

Property Value

Type: Boolean
See Also