discountPercentage property

double? discountPercentage
getter/setter pair

Discount percentage, represented as decimal.

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

Implementation

core.double? discountPercentage;