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