pointsDiscountRateMicros property

String? pointsDiscountRateMicros
getter/setter pair

The percentage rate which the Play Points promotion reduces the cost by.

E.g. for a 100 points for $2 coupon, this is 500,000. Since $2 has an estimate of 200 points, but the actual Points required, 100, is 50% of this, and 50% in micros is 500,000. Between 0 and 1,000,000.

Implementation

core.String? pointsDiscountRateMicros;