Click or drag to resize
CalculationResultItems Property
Collection of detailed information for each cart item.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public IEnumerable<CalculationResultItem> Items { get; set; }

Property Value

Type: IEnumerableCalculationResultItem
See Also