Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
ProductPurchaseV2 |
ProductPurchaseV2.clone() |
ProductPurchaseV2 |
ProductPurchaseV2.set(String fieldName,
Object value) |
ProductPurchaseV2 |
ProductPurchaseV2.setAcknowledgementState(String acknowledgementState)
Output only.
|
ProductPurchaseV2 |
ProductPurchaseV2.setKind(String kind)
This kind represents a ProductPurchaseV2 object in the androidpublisher service.
|
ProductPurchaseV2 |
ProductPurchaseV2.setObfuscatedExternalAccountId(String obfuscatedExternalAccountId)
An obfuscated version of the id that is uniquely associated with the user's account in your
app.
|
ProductPurchaseV2 |
ProductPurchaseV2.setObfuscatedExternalProfileId(String obfuscatedExternalProfileId)
An obfuscated version of the id that is uniquely associated with the user's profile in your
app.
|
ProductPurchaseV2 |
ProductPurchaseV2.setOrderId(String orderId)
The order id associated with the purchase of the inapp product.
|
ProductPurchaseV2 |
ProductPurchaseV2.setProductLineItem(List<ProductLineItem> productLineItem)
Contains item-level info for a ProductPurchaseV2.
|
ProductPurchaseV2 |
ProductPurchaseV2.setPurchaseCompletionTime(String purchaseCompletionTime)
The time when the purchase was successful, i.e., when the PurchaseState has changed to
PURCHASED.
|
ProductPurchaseV2 |
ProductPurchaseV2.setPurchaseStateContext(PurchaseStateContext purchaseStateContext)
Information about the purchase state of the purchase.
|
ProductPurchaseV2 |
ProductPurchaseV2.setRegionCode(String regionCode)
ISO 3166-1 alpha-2 billing region code of the user at the time the product was granted.
|
ProductPurchaseV2 |
ProductPurchaseV2.setTestPurchaseContext(TestPurchaseContext testPurchaseContext)
Information related to test purchases.
|
Copyright © 2011–2025 Google. All rights reserved.