Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Taxes Namespace / TaxCalculator Class / Recalculate Method
The order to calculate taxes on.
In This Topic
    Recalculate Method (TaxCalculator)
    In This Topic
    Requests recalculation from the configured tax providers.
    Syntax
    public static decimal Recalculate( 
       Order order
    )

    Parameters

    order
    The order to calculate taxes on.

    Return Value

    The total amount of tax applied.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also