displayPrice property

double? displayPrice
getter/setter pair

Display price of the product (e.g. discounted price).

If provided, this will override the display price in Catalog for this product.

Optional.

Implementation

core.double? displayPrice;