In v16.5, a new constructor has been introduced for SymbolPicklistPart to support the new pricing model.
Previously, SymbolPicklistPart accepted a cached list price (listPrice
) directly as a parameter. This behavior is now being phased out.
constructor(Snapper snapper, ..., double listPrice, ...)
listPrice
value to cache.cm.core.part.Part
for more infoconstructor(Snapper snapper, ..., double basePrice, Double optionPriceSum, ...)
basePrice
and optionPriceSum
separately for caching.cm.core.part.Part
for more infobasePrice
and optionPriceSum
.