Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
Money |
Money.clone() |
Money |
OneTimeProductOfferRegionalPricingAndAvailabilityConfig.getAbsoluteDiscount()
The absolute value of the discount that is subtracted from the purchase option price.
|
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 |
Order.getDeveloperRevenueInBuyerCurrency()
Your revenue for this order in the buyer's currency, including deductions of partial refunds,
taxes and fees.
|
Money |
OneTimeProductPurchaseOptionNewRegionsConfig.getEurPrice()
Required.
|
Money |
OtherRegionsBasePlanConfig.getEurPrice()
Required.
|
Money |
OtherRegionsSubscriptionOfferPhasePrices.getEurPrice()
Required.
|
Money |
ConvertedOtherRegionsPrice.getEurPrice()
Price in EUR to use for the "Other regions" location exclusive of taxes.
|
Money |
LineItem.getListingPrice()
Item's listed price on Play Store, this may or may not include tax.
|
Money |
SubscriptionItemPriceChangeDetails.getNewPrice()
New recurring price for the subscription item.
|
Money |
PointsDetails.getPointsCouponValue()
The monetary value of a Play Points coupon.
|
Money |
ConvertRegionPricesRequest.getPrice()
The intital price to convert other regions from.
|
Money |
ConvertedRegionPrice.getPrice()
The converted price tax inclusive.
|
Money |
RegionalSubscriptionOfferPhaseConfig.getPrice()
The absolute price the user pays for this offer phase.
|
Money |
RegionalBasePlanConfig.getPrice()
The price of the base plan in the specified region.
|
Money |
OneTimeProductPurchaseOptionRegionalPricingAndAvailabilityConfig.getPrice()
The price of the purchase option in the specified region.
|
Money |
AutoRenewingPlan.getRecurringPrice()
The current recurring price of the auto renewing plan.
|
Money |
RefundDetails.getTax()
The amount of tax refunded.
|
Money |
Order.getTax()
The total tax paid as a part of this order.
|
Money |
LineItem.getTax()
The tax paid for this line item.
|
Money |
ConvertedRegionPrice.getTaxAmount()
The tax amount of the converted price.
|
Money |
RefundDetails.getTotal()
The total amount refunded, including tax.
|
Money |
Order.getTotal()
The final amount paid by the customer, taking into account discounts and taxes.
|
Money |
LineItem.getTotal()
The total amount paid by the user for this line item, taking into account discounts and tax.
|
Money |
OneTimeProductPurchaseOptionNewRegionsConfig.getUsdPrice()
Required.
|
Money |
OtherRegionsBasePlanConfig.getUsdPrice()
Required.
|
Money |
OtherRegionsSubscriptionOfferPhasePrices.getUsdPrice()
Required.
|
Money |
ConvertedOtherRegionsPrice.getUsdPrice()
Price in USD to use for the "Other regions" location exclusive of taxes.
|
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 |
---|---|
OneTimeProductOfferRegionalPricingAndAvailabilityConfig |
OneTimeProductOfferRegionalPricingAndAvailabilityConfig.setAbsoluteDiscount(Money absoluteDiscount)
The absolute value of the discount that is subtracted from the purchase option price.
|
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.
|
Order |
Order.setDeveloperRevenueInBuyerCurrency(Money developerRevenueInBuyerCurrency)
Your revenue for this order in the buyer's currency, including deductions of partial refunds,
taxes and fees.
|
OneTimeProductPurchaseOptionNewRegionsConfig |
OneTimeProductPurchaseOptionNewRegionsConfig.setEurPrice(Money eurPrice)
Required.
|
OtherRegionsBasePlanConfig |
OtherRegionsBasePlanConfig.setEurPrice(Money eurPrice)
Required.
|
OtherRegionsSubscriptionOfferPhasePrices |
OtherRegionsSubscriptionOfferPhasePrices.setEurPrice(Money eurPrice)
Required.
|
ConvertedOtherRegionsPrice |
ConvertedOtherRegionsPrice.setEurPrice(Money eurPrice)
Price in EUR to use for the "Other regions" location exclusive of taxes.
|
LineItem |
LineItem.setListingPrice(Money listingPrice)
Item's listed price on Play Store, this may or may not include tax.
|
SubscriptionItemPriceChangeDetails |
SubscriptionItemPriceChangeDetails.setNewPrice(Money newPrice)
New recurring price for the subscription item.
|
PointsDetails |
PointsDetails.setPointsCouponValue(Money pointsCouponValue)
The monetary value of a Play Points coupon.
|
ConvertRegionPricesRequest |
ConvertRegionPricesRequest.setPrice(Money price)
The intital price to convert other regions from.
|
ConvertedRegionPrice |
ConvertedRegionPrice.setPrice(Money price)
The converted price tax inclusive.
|
RegionalSubscriptionOfferPhaseConfig |
RegionalSubscriptionOfferPhaseConfig.setPrice(Money price)
The absolute price the user pays for this offer phase.
|
RegionalBasePlanConfig |
RegionalBasePlanConfig.setPrice(Money price)
The price of the base plan in the specified region.
|
OneTimeProductPurchaseOptionRegionalPricingAndAvailabilityConfig |
OneTimeProductPurchaseOptionRegionalPricingAndAvailabilityConfig.setPrice(Money price)
The price of the purchase option in the specified region.
|
AutoRenewingPlan |
AutoRenewingPlan.setRecurringPrice(Money recurringPrice)
The current recurring price of the auto renewing plan.
|
RefundDetails |
RefundDetails.setTax(Money tax)
The amount of tax refunded.
|
Order |
Order.setTax(Money tax)
The total tax paid as a part of this order.
|
LineItem |
LineItem.setTax(Money tax)
The tax paid for this line item.
|
ConvertedRegionPrice |
ConvertedRegionPrice.setTaxAmount(Money taxAmount)
The tax amount of the converted price.
|
RefundDetails |
RefundDetails.setTotal(Money total)
The total amount refunded, including tax.
|
Order |
Order.setTotal(Money total)
The final amount paid by the customer, taking into account discounts and taxes.
|
LineItem |
LineItem.setTotal(Money total)
The total amount paid by the user for this line item, taking into account discounts and tax.
|
OneTimeProductPurchaseOptionNewRegionsConfig |
OneTimeProductPurchaseOptionNewRegionsConfig.setUsdPrice(Money usdPrice)
Required.
|
OtherRegionsBasePlanConfig |
OtherRegionsBasePlanConfig.setUsdPrice(Money usdPrice)
Required.
|
OtherRegionsSubscriptionOfferPhasePrices |
OtherRegionsSubscriptionOfferPhasePrices.setUsdPrice(Money usdPrice)
Required.
|
ConvertedOtherRegionsPrice |
ConvertedOtherRegionsPrice.setUsdPrice(Money usdPrice)
Price in USD to use for the "Other regions" location exclusive of taxes.
|
Copyright © 2011–2025 Google. All rights reserved.