Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
IntroductoryPriceInfo |
IntroductoryPriceInfo.clone() |
IntroductoryPriceInfo |
SubscriptionPurchase.getIntroductoryPriceInfo()
Introductory price information of the subscription.
|
IntroductoryPriceInfo |
IntroductoryPriceInfo.set(String fieldName,
Object value) |
IntroductoryPriceInfo |
IntroductoryPriceInfo.setIntroductoryPriceAmountMicros(Long introductoryPriceAmountMicros)
Introductory price of the subscription, not including tax.
|
IntroductoryPriceInfo |
IntroductoryPriceInfo.setIntroductoryPriceCurrencyCode(String introductoryPriceCurrencyCode)
ISO 4217 currency code for the introductory subscription price.
|
IntroductoryPriceInfo |
IntroductoryPriceInfo.setIntroductoryPriceCycles(Integer introductoryPriceCycles)
The number of billing period to offer introductory pricing.
|
IntroductoryPriceInfo |
IntroductoryPriceInfo.setIntroductoryPricePeriod(String introductoryPricePeriod)
Introductory price period, specified in ISO 8601 format.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionPurchase |
SubscriptionPurchase.setIntroductoryPriceInfo(IntroductoryPriceInfo introductoryPriceInfo)
Introductory price information of the subscription.
|
Copyright © 2011–2025 Google. All rights reserved.