public final class InstallmentsBasePlanType
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Play Android Developer API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
InstallmentsBasePlanType() |
| Modifier and Type | Method and Description |
|---|---|
InstallmentsBasePlanType |
clone() |
String |
getAccountHoldDuration()
Optional.
|
String |
getBillingPeriodDuration()
Required.
|
Integer |
getCommittedPaymentsCount()
Required.
|
String |
getGracePeriodDuration()
Grace period of the subscription, specified in ISO 8601 format.
|
String |
getProrationMode()
The proration mode for the base plan determines what happens when a user switches to this plan
from another base plan.
|
String |
getRenewalType()
Required.
|
String |
getResubscribeState()
Whether users should be able to resubscribe to this base plan in Google Play surfaces.
|
InstallmentsBasePlanType |
set(String fieldName,
Object value) |
InstallmentsBasePlanType |
setAccountHoldDuration(String accountHoldDuration)
Optional.
|
InstallmentsBasePlanType |
setBillingPeriodDuration(String billingPeriodDuration)
Required.
|
InstallmentsBasePlanType |
setCommittedPaymentsCount(Integer committedPaymentsCount)
Required.
|
InstallmentsBasePlanType |
setGracePeriodDuration(String gracePeriodDuration)
Grace period of the subscription, specified in ISO 8601 format.
|
InstallmentsBasePlanType |
setProrationMode(String prorationMode)
The proration mode for the base plan determines what happens when a user switches to this plan
from another base plan.
|
InstallmentsBasePlanType |
setRenewalType(String renewalType)
Required.
|
InstallmentsBasePlanType |
setResubscribeState(String resubscribeState)
Whether users should be able to resubscribe to this base plan in Google Play surfaces.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getAccountHoldDuration()
null for nonepublic InstallmentsBasePlanType setAccountHoldDuration(String accountHoldDuration)
accountHoldDuration - accountHoldDuration or null for nonepublic String getBillingPeriodDuration()
null for nonepublic InstallmentsBasePlanType setBillingPeriodDuration(String billingPeriodDuration)
billingPeriodDuration - billingPeriodDuration or null for nonepublic Integer getCommittedPaymentsCount()
null for nonepublic InstallmentsBasePlanType setCommittedPaymentsCount(Integer committedPaymentsCount)
committedPaymentsCount - committedPaymentsCount or null for nonepublic String getGracePeriodDuration()
null for nonepublic InstallmentsBasePlanType setGracePeriodDuration(String gracePeriodDuration)
gracePeriodDuration - gracePeriodDuration or null for nonepublic String getProrationMode()
null for nonepublic InstallmentsBasePlanType setProrationMode(String prorationMode)
prorationMode - prorationMode or null for nonepublic String getRenewalType()
null for nonepublic InstallmentsBasePlanType setRenewalType(String renewalType)
renewalType - renewalType or null for nonepublic String getResubscribeState()
null for nonepublic InstallmentsBasePlanType setResubscribeState(String resubscribeState)
resubscribeState - resubscribeState or null for nonepublic InstallmentsBasePlanType set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic InstallmentsBasePlanType clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.