Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
Money |
Money.clone() |
Money |
RegionalSubscriptionOfferPhaseConfig.getAbsoluteDiscount()
The absolute amount of money subtracted from the base plan price prorated over the phase
duration that the user pays for this offer phase.
|
Money |
ConvertedOtherRegionsPrice.getEurPrice()
Price in EUR to use for the "Other regions" location exclusive of taxes.
|
Money |
OtherRegionsBasePlanConfig.getEurPrice()
Required.
|
Money |
OtherRegionsSubscriptionOfferPhasePrices.getEurPrice()
Required.
|
Money |
SubscriptionItemPriceChangeDetails.getNewPrice()
New recurring price for the subscription item.
|
Money |
RegionalSubscriptionOfferPhaseConfig.getPrice()
The absolute price the user pays for this offer phase.
|
Money |
ConvertedRegionPrice.getPrice()
The converted price tax inclusive.
|
Money |
RegionalBasePlanConfig.getPrice()
The price of the base plan in the specified region.
|
Money |
ConvertRegionPricesRequest.getPrice()
The intital price to convert other regions from.
|
Money |
ConvertedRegionPrice.getTaxAmount()
The tax amount of the converted price.
|
Money |
ConvertedOtherRegionsPrice.getUsdPrice()
Price in USD to use for the "Other regions" location exclusive of taxes.
|
Money |
OtherRegionsBasePlanConfig.getUsdPrice()
Required.
|
Money |
OtherRegionsSubscriptionOfferPhasePrices.getUsdPrice()
Required.
|
Money |
Money.set(String fieldName,
Object value) |
Money |
Money.setCurrencyCode(String currencyCode)
The three-letter currency code defined in ISO 4217.
|
Money |
Money.setNanos(Integer nanos)
Number of nano (10^-9) units of the amount.
|
Money |
Money.setUnits(Long units)
The whole units of the amount.
|
Modifier and Type | Method and Description |
---|---|
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.
|
ConvertedOtherRegionsPrice |
ConvertedOtherRegionsPrice.setEurPrice(Money eurPrice)
Price in EUR to use for the "Other regions" location exclusive of taxes.
|
OtherRegionsBasePlanConfig |
OtherRegionsBasePlanConfig.setEurPrice(Money eurPrice)
Required.
|
OtherRegionsSubscriptionOfferPhasePrices |
OtherRegionsSubscriptionOfferPhasePrices.setEurPrice(Money eurPrice)
Required.
|
SubscriptionItemPriceChangeDetails |
SubscriptionItemPriceChangeDetails.setNewPrice(Money newPrice)
New recurring price for the subscription item.
|
RegionalSubscriptionOfferPhaseConfig |
RegionalSubscriptionOfferPhaseConfig.setPrice(Money price)
The absolute price the user pays for this offer phase.
|
ConvertedRegionPrice |
ConvertedRegionPrice.setPrice(Money price)
The converted price tax inclusive.
|
RegionalBasePlanConfig |
RegionalBasePlanConfig.setPrice(Money price)
The price of the base plan in the specified region.
|
ConvertRegionPricesRequest |
ConvertRegionPricesRequest.setPrice(Money price)
The intital price to convert other regions from.
|
ConvertedRegionPrice |
ConvertedRegionPrice.setTaxAmount(Money taxAmount)
The tax amount of the converted price.
|
ConvertedOtherRegionsPrice |
ConvertedOtherRegionsPrice.setUsdPrice(Money usdPrice)
Price in USD to use for the "Other regions" location exclusive of taxes.
|
OtherRegionsBasePlanConfig |
OtherRegionsBasePlanConfig.setUsdPrice(Money usdPrice)
Required.
|
OtherRegionsSubscriptionOfferPhasePrices |
OtherRegionsSubscriptionOfferPhasePrices.setUsdPrice(Money usdPrice)
Required.
|
Copyright © 2011–2024 Google. All rights reserved.