plannedProducts property

List<PlannedProduct>? plannedProducts
getter/setter pair

The list of line items to include in the forecast.

Required.

Implementation

core.List<PlannedProduct>? plannedProducts;