salePrice property

String? salePrice
getter/setter pair

Sale price which can be a number followed by the alphabetic currency code, ISO 4217 standard.

Use '.' as the decimal mark, for example, 80.00 USD. Must be less than the 'price' field.

Implementation

core.String? salePrice;