Click or drag to resize
CalculationRequestItems Property
Items to be calculated.

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

Property Value

Type: IEnumerableCalculationRequestItem
See Also