Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
BasePlan |
BasePlan.clone() |
BasePlan |
BasePlan.set(String fieldName,
Object value) |
BasePlan |
BasePlan.setAutoRenewingBasePlanType(AutoRenewingBasePlanType autoRenewingBasePlanType)
Set when the base plan automatically renews at a regular interval.
|
BasePlan |
BasePlan.setBasePlanId(String basePlanId)
Required.
|
BasePlan |
BasePlan.setInstallmentsBasePlanType(InstallmentsBasePlanType installmentsBasePlanType)
Set for installments base plans where a user is committed to a specified number of payments.
|
BasePlan |
BasePlan.setOfferTags(List<OfferTag> offerTags)
List of up to 20 custom tags specified for this base plan, and returned to the app through the
billing library.
|
BasePlan |
BasePlan.setOtherRegionsConfig(OtherRegionsBasePlanConfig otherRegionsConfig)
Pricing information for any new locations Play may launch in the future.
|
BasePlan |
BasePlan.setPrepaidBasePlanType(PrepaidBasePlanType prepaidBasePlanType)
Set when the base plan does not automatically renew at the end of the billing period.
|
BasePlan |
BasePlan.setRegionalConfigs(List<RegionalBasePlanConfig> regionalConfigs)
Region-specific information for this base plan.
|
BasePlan |
BasePlan.setState(String state)
Output only.
|
Modifier and Type | Method and Description |
---|---|
List<BasePlan> |
Subscription.getBasePlans()
The set of base plans for this subscription.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
Subscription.setBasePlans(List<BasePlan> basePlans)
The set of base plans for this subscription.
|
Copyright © 2011–2025 Google. All rights reserved.