Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Taxes.AbleCommerce Namespace / AbleCommerceTax Class / GetTaxInfo Method / GetTaxInfo(BasketItem,Decimal) Method
The basket item
The price to get tax info for (e.g. unit price, extended price)
In This Topic
    GetTaxInfo(BasketItem,Decimal) Method
    In This Topic
    Gets tax info for the given basket item.
    Syntax
    public TaxInfo GetTaxInfo( 
       BasketItem item,
       decimal price
    )

    Parameters

    item
    The basket item
    price
    The price to get tax info for (e.g. unit price, extended price)

    Return Value

    The tax info record for the item at the given price
    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