salePrice property

String? salePrice
getter/setter pair

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

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

Implementation

core.String? salePrice;