Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Taxes Namespace / TaxRule Class / AppliesToAddress Method / AppliesToAddress(TaxAddress) Method
The address used to determine tax liability
In This Topic
    AppliesToAddress(TaxAddress) Method
    In This Topic
    Determines in a tax applies based on the given address.
    Syntax
    public virtual bool AppliesToAddress( 
       TaxAddress address
    )

    Parameters

    address
    The address used to determine tax liability

    Return Value

    True if the tax applies to the given address
    Remarks
    This method does not check nexus, it only decides whether the shipzone filter is met by the given address.
    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