Click or drag to resize
ShoppingCartItemInfo.ProductTaxes Property
List of taxes which should be applied to the shopping cart item.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public virtual List<IItemTax> ProductTaxes { get; set; }

Property Value

Type: List<IItemTax>
See Also