Recalculates tax, order line amounts, and freight and handling (and their corresponding taxes) based upon the parameters.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
protected void Recalc(
	bool p_blnResetConfig,
	bool p_blnCalcPrice,
	bool p_blnCalcFHT
)
Visual Basic (Declaration)
Protected Sub Recalc ( _
	p_blnResetConfig As Boolean, _
	p_blnCalcPrice As Boolean, _
	p_blnCalcFHT As Boolean _
)
Visual C++
protected:
void Recalc(
	bool p_blnResetConfig, 
	bool p_blnCalcPrice, 
	bool p_blnCalcFHT
)

Parameters

p_blnResetConfig
Type: System..::.Boolean
If true, sets up tax data using GetTaxAuthorities()()().
p_blnCalcPrice
Type: System..::.Boolean
If true, recalculates line amounts for all CStandardOrderLine objects.
p_blnCalcFHT
Type: System..::.Boolean
If true, recalculates freight, handling, and associated taxes.

See Also