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