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.setAcknowledgementState(Integer acknowledgementState)
The acknowledgement state of the inapp product.
|
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.setObfuscatedExternalAccountId(String obfuscatedExternalAccountId)
An obfuscated version of the id that is uniquely associated with the user's account in your
app.
|
ProductPurchase |
ProductPurchase.setObfuscatedExternalProfileId(String obfuscatedExternalProfileId)
An obfuscated version of the id that is uniquely associated with the user's profile in your
app.
|
ProductPurchase |
ProductPurchase.setOrderId(String orderId)
The order id associated with the purchase of the inapp product.
|
ProductPurchase |
ProductPurchase.setProductId(String productId)
The inapp product SKU.
|
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.setPurchaseToken(String purchaseToken)
The purchase token generated to identify this purchase.
|
ProductPurchase |
ProductPurchase.setPurchaseType(Integer purchaseType)
The type of purchase of the inapp product.
|
ProductPurchase |
ProductPurchase.setQuantity(Integer quantity)
The quantity associated with the purchase of the inapp product.
|
ProductPurchase |
ProductPurchase.setRefundableQuantity(Integer refundableQuantity)
The quantity eligible for refund, i.e.
|
ProductPurchase |
ProductPurchase.setRegionCode(String regionCode)
ISO 3166-1 alpha-2 billing region code of the user at the time the product was granted.
|
Copyright © 2011–2025 Google. All rights reserved.