Builder productPrices(String? value) { if (value != null) _parameters['product_prices'] = value; return this; }