Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
OneTimeProductPurchaseOption |
OneTimeProductPurchaseOption.clone() |
OneTimeProductPurchaseOption |
OneTimeProductPurchaseOption.set(String fieldName,
Object value) |
OneTimeProductPurchaseOption |
OneTimeProductPurchaseOption.setBuyOption(OneTimeProductBuyPurchaseOption buyOption)
A purchase option that can be bought.
|
OneTimeProductPurchaseOption |
OneTimeProductPurchaseOption.setNewRegionsConfig(OneTimeProductPurchaseOptionNewRegionsConfig newRegionsConfig)
Pricing information for any new locations Play may launch in the future.
|
OneTimeProductPurchaseOption |
OneTimeProductPurchaseOption.setOfferTags(List<OfferTag> offerTags)
Optional.
|
OneTimeProductPurchaseOption |
OneTimeProductPurchaseOption.setPurchaseOptionId(String purchaseOptionId)
Required.
|
OneTimeProductPurchaseOption |
OneTimeProductPurchaseOption.setRegionalPricingAndAvailabilityConfigs(List<OneTimeProductPurchaseOptionRegionalPricingAndAvailabilityConfig> regionalPricingAndAvailabilityConfigs)
Regional pricing and availability information for this purchase option.
|
OneTimeProductPurchaseOption |
OneTimeProductPurchaseOption.setRentOption(OneTimeProductRentPurchaseOption rentOption)
A purchase option that can be rented.
|
OneTimeProductPurchaseOption |
OneTimeProductPurchaseOption.setState(String state)
Output only.
|
OneTimeProductPurchaseOption |
OneTimeProductPurchaseOption.setTaxAndComplianceSettings(PurchaseOptionTaxAndComplianceSettings taxAndComplianceSettings)
Optional.
|
Modifier and Type | Method and Description |
---|---|
List<OneTimeProductPurchaseOption> |
OneTimeProduct.getPurchaseOptions()
Required.
|
Modifier and Type | Method and Description |
---|---|
OneTimeProduct |
OneTimeProduct.setPurchaseOptions(List<OneTimeProductPurchaseOption> purchaseOptions)
Required.
|
Copyright © 2011–2025 Google. All rights reserved.