salePrice property
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;
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.
core.String? salePrice;