Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
RegionalBasePlanConfig |
RegionalBasePlanConfig.clone() |
RegionalBasePlanConfig |
RegionalBasePlanConfig.set(String fieldName,
Object value) |
RegionalBasePlanConfig |
RegionalBasePlanConfig.setNewSubscriberAvailability(Boolean newSubscriberAvailability)
Whether the base plan in the specified region is available for new subscribers.
|
RegionalBasePlanConfig |
RegionalBasePlanConfig.setPrice(Money price)
The price of the base plan in the specified region.
|
RegionalBasePlanConfig |
RegionalBasePlanConfig.setRegionCode(String regionCode)
Required.
|
Modifier and Type | Method and Description |
---|---|
List<RegionalBasePlanConfig> |
BasePlan.getRegionalConfigs()
Region-specific information for this base plan.
|
Modifier and Type | Method and Description |
---|---|
BasePlan |
BasePlan.setRegionalConfigs(List<RegionalBasePlanConfig> regionalConfigs)
Region-specific information for this base plan.
|
Copyright © 2011–2025 Google. All rights reserved.