Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
ProductPurchase |
ProductPurchase.clone() |
ProductPurchase |
ProductPurchase.set(String fieldName,
Object value) |
ProductPurchase |
ProductPurchase.setConsumptionState(Integer consumptionState)
The consumption state of the inapp product.
|
ProductPurchase |
ProductPurchase.setDeveloperPayload(String developerPayload)
A developer-specified string that contains supplemental information about an order.
|
ProductPurchase |
ProductPurchase.setKind(String kind)
This kind represents an inappPurchase object in the androidpublisher service.
|
ProductPurchase |
ProductPurchase.setOrderId(String orderId)
The order id associated with the purchase of the inapp product.
|
ProductPurchase |
ProductPurchase.setPurchaseState(Integer purchaseState)
The purchase state of the order.
|
ProductPurchase |
ProductPurchase.setPurchaseTimeMillis(Long purchaseTimeMillis)
The time the product was purchased, in milliseconds since the epoch (Jan 1, 1970).
|
ProductPurchase |
ProductPurchase.setPurchaseType(Integer purchaseType)
The type of purchase of the inapp product.
|
Copyright © 2011–2019 Google. All rights reserved.