Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Taxes.AbleCommerce Namespace / TaxRuleHelper Class / GetPotentialTaxRules Method / GetPotentialTaxRules(Int32[],TaxAddress,IList<TaxAddress>,User) Method
The tax code of the taxable item(s)
The billing address for the item(s)
The shipping addresses for the item(s)
The user shopping for the item(s)
In This Topic
    GetPotentialTaxRules(Int32[],TaxAddress,IList<TaxAddress>,User) Method
    In This Topic
    Gets the tax rules that may apply
    Syntax

    Parameters

    taxCodeIds
    The tax code of the taxable item(s)
    billingAddress
    The billing address for the item(s)
    shippingAddresses
    The shipping addresses for the item(s)
    user
    The user shopping for the item(s)

    Return Value

    A List of TaxRule records that may apply
    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