Click or drag to resize
TaxClassInfoProviderGetTaxesInternal Method (ShoppingCartItemInfo)
Returns list of all taxes which should be applied to the specified shopping cart item.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual List<IItemTax> GetTaxesInternal(
	ShoppingCartItemInfo item
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item

Return Value

Type: ListIItemTax
See Also