Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Taxes Namespace / TaxHelper Class / GetTaxRate Method / GetTaxRate(BasketItem) Method
The item to find tax rate for
In This Topic
    GetTaxRate(BasketItem) Method
    In This Topic
    Gets the tax rate that applies to an item in the basket
    Syntax
    public static decimal GetTaxRate( 
       BasketItem item
    )

    Parameters

    item
    The item to find tax rate for

    Return Value

    The applicable tax rate
    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