price_parts property

vector<LabeledPricePart>? price_parts
getter/setter pair

A list of objects used to calculate the total price of the product

Implementation

vector<LabeledPricePart>? price_parts;