Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
OneTimePurchaseDetails |
OneTimePurchaseDetails.clone() |
OneTimePurchaseDetails |
LineItem.getOneTimePurchaseDetails()
Details of a one-time purchase.
|
OneTimePurchaseDetails |
OneTimePurchaseDetails.set(String fieldName,
Object value) |
OneTimePurchaseDetails |
OneTimePurchaseDetails.setOfferId(String offerId)
The offer ID of the one-time purchase offer.
|
OneTimePurchaseDetails |
OneTimePurchaseDetails.setPurchaseOptionId(String purchaseOptionId)
ID of the purchase option.
|
OneTimePurchaseDetails |
OneTimePurchaseDetails.setQuantity(Integer quantity)
The number of items purchased (for multi-quantity item purchases).
|
OneTimePurchaseDetails |
OneTimePurchaseDetails.setRentalDetails(RentalDetails rentalDetails)
The details of a rent purchase.
|
Modifier and Type | Method and Description |
---|---|
LineItem |
LineItem.setOneTimePurchaseDetails(OneTimePurchaseDetails oneTimePurchaseDetails)
Details of a one-time purchase.
|
Copyright © 2011–2025 Google. All rights reserved.