Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
RegionalSubscriptionOfferPhaseConfig |
RegionalSubscriptionOfferPhaseConfig.clone() |
RegionalSubscriptionOfferPhaseConfig |
RegionalSubscriptionOfferPhaseConfig.set(String fieldName,
Object value) |
RegionalSubscriptionOfferPhaseConfig |
RegionalSubscriptionOfferPhaseConfig.setAbsoluteDiscount(Money absoluteDiscount)
The absolute amount of money subtracted from the base plan price prorated over the phase
duration that the user pays for this offer phase.
|
RegionalSubscriptionOfferPhaseConfig |
RegionalSubscriptionOfferPhaseConfig.setFree(RegionalSubscriptionOfferPhaseFreePriceOverride free)
Set to specify this offer is free to obtain.
|
RegionalSubscriptionOfferPhaseConfig |
RegionalSubscriptionOfferPhaseConfig.setPrice(Money price)
The absolute price the user pays for this offer phase.
|
RegionalSubscriptionOfferPhaseConfig |
RegionalSubscriptionOfferPhaseConfig.setRegionCode(String regionCode)
Required.
|
RegionalSubscriptionOfferPhaseConfig |
RegionalSubscriptionOfferPhaseConfig.setRelativeDiscount(Double relativeDiscount)
The fraction of the base plan price prorated over the phase duration that the user pays for
this offer phase.
|
Modifier and Type | Method and Description |
---|---|
List<RegionalSubscriptionOfferPhaseConfig> |
SubscriptionOfferPhase.getRegionalConfigs()
Required.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionOfferPhase |
SubscriptionOfferPhase.setRegionalConfigs(List<RegionalSubscriptionOfferPhaseConfig> regionalConfigs)
Required.
|
Copyright © 2011–2025 Google. All rights reserved.