Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Taxes.AbleCommerce Namespace / ShopTaxItem Class / ShopTaxItem Constructor
The tax code
The price
The tax rate
In This Topic
    ShopTaxItem Constructor
    In This Topic
    Initializes a new instance of the ShopTaxItem class.
    Syntax
    public ShopTaxItem( 
       int taxCodeId,
       decimal price,
       decimal taxRate
    )

    Parameters

    taxCodeId
    The tax code
    price
    The price
    taxRate
    The tax rate
    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