originalPrice property

double? originalPrice
getter/setter pair

Price of the product without any discount.

If zero, by default set to be the price. If set, original_price should be greater than or equal to price, otherwise an INVALID_ARGUMENT error is thrown.

Implementation

core.double? originalPrice;