discount property

double? discount
getter/setter pair

Discount percentage, represented as decimal.

For example, a 20% discount will be represent as 0.2.

Implementation

core.double? discount;