Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
AutoRenewingPlan |
AutoRenewingPlan.clone() |
AutoRenewingPlan |
SubscriptionPurchaseLineItem.getAutoRenewingPlan()
The item is auto renewing.
|
AutoRenewingPlan |
AutoRenewingPlan.set(String fieldName,
Object value) |
AutoRenewingPlan |
AutoRenewingPlan.setAutoRenewEnabled(Boolean autoRenewEnabled)
If the subscription is currently set to auto-renew, e.g.
|
AutoRenewingPlan |
AutoRenewingPlan.setInstallmentDetails(InstallmentPlan installmentDetails)
The installment plan commitment and state related info for the auto renewing plan.
|
AutoRenewingPlan |
AutoRenewingPlan.setPriceChangeDetails(SubscriptionItemPriceChangeDetails priceChangeDetails)
The information of the last price change for the item since subscription signup.
|
AutoRenewingPlan |
AutoRenewingPlan.setRecurringPrice(Money recurringPrice)
The current recurring price of the auto renewing plan.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionPurchaseLineItem |
SubscriptionPurchaseLineItem.setAutoRenewingPlan(AutoRenewingPlan autoRenewingPlan)
The item is auto renewing.
|
Copyright © 2011–2025 Google. All rights reserved.