Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Taxes.AbleCommerce Namespace / AbleCommerceTax Class / GetTaxInfo Method / GetTaxInfo(Decimal,Int32,TaxAddress,TaxAddress,User) Method
The price to calculate Tax for
The tax code that applies to this price
Billing address that applies to item
Shipping address that applies to item
User to calculate price for
In This Topic
    GetTaxInfo(Decimal,Int32,TaxAddress,TaxAddress,User) Method
    In This Topic
    Calculates the Tax for the given price
    Syntax

    Parameters

    price
    The price to calculate Tax for
    taxCodeId
    The tax code that applies to this price
    billingAddress
    Billing address that applies to item
    shippingAddress
    Shipping address that applies to item
    user
    User to calculate price for

    Return Value

    The Tax details for 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