cost property

double? cost
getter/setter pair

The costs associated with the sale of a particular product.

Used for gross profit reporting. * Profit = price - cost Google Merchant Center property cost_of_goods_sold.

Implementation

core.double? cost;