Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
PointsDetails |
PointsDetails.clone() |
PointsDetails |
Order.getPointsDetails()
Play points applied to the order, including offer information, discount rate and point values.
|
PointsDetails |
PointsDetails.set(String fieldName,
Object value) |
PointsDetails |
PointsDetails.setPointsCouponValue(Money pointsCouponValue)
The monetary value of a Play Points coupon.
|
PointsDetails |
PointsDetails.setPointsDiscountRateMicros(Long pointsDiscountRateMicros)
The percentage rate which the Play Points promotion reduces the cost by.
|
PointsDetails |
PointsDetails.setPointsOfferId(String pointsOfferId)
ID unique to the play points offer in use for this order.
|
PointsDetails |
PointsDetails.setPointsSpent(Long pointsSpent)
The number of Play Points applied in this order.
|
Modifier and Type | Method and Description |
---|---|
Order |
Order.setPointsDetails(PointsDetails pointsDetails)
Play points applied to the order, including offer information, discount rate and point values.
|
Copyright © 2011–2025 Google. All rights reserved.