| 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(java.lang.String fieldName,
java.lang.Object value) |
IntroductoryPriceInfo |
IntroductoryPriceInfo.setIntroductoryPriceAmountMicros(java.lang.Long introductoryPriceAmountMicros)
Introductory price of the subscription, not including tax.
|
IntroductoryPriceInfo |
IntroductoryPriceInfo.setIntroductoryPriceCurrencyCode(java.lang.String introductoryPriceCurrencyCode)
ISO 4217 currency code for the introductory subscription price.
|
IntroductoryPriceInfo |
IntroductoryPriceInfo.setIntroductoryPriceCycles(java.lang.Integer introductoryPriceCycles)
The number of billing period to offer introductory pricing.
|
IntroductoryPriceInfo |
IntroductoryPriceInfo.setIntroductoryPricePeriod(java.lang.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.
|