price_parts property

List<LabeledPricePart> price_parts
read / write

A list of objects used to calculate the total shipping costs.

Implementation

late List<LabeledPricePart> price_parts;