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

    Parameters

    taxCodeId
    The tax code of the taxable item
    billingAddress
    The billing address for the item
    shippingAddress
    The shipping address for the item
    user
    The user shopping for the item

    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