public final class InstallmentPlan
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 |
|---|
InstallmentPlan() |
| Modifier and Type | Method and Description |
|---|---|
InstallmentPlan |
clone() |
Integer |
getInitialCommittedPaymentsCount()
Total number of payments the user is initially committed for.
|
PendingCancellation |
getPendingCancellation()
If present, this installment plan is pending to be canceled.
|
Integer |
getRemainingCommittedPaymentsCount()
Total number of committed payments remaining to be paid for in this renewal cycle.
|
Integer |
getSubsequentCommittedPaymentsCount()
Total number of payments the user will be committed for after each commitment period.
|
InstallmentPlan |
set(String fieldName,
Object value) |
InstallmentPlan |
setInitialCommittedPaymentsCount(Integer initialCommittedPaymentsCount)
Total number of payments the user is initially committed for.
|
InstallmentPlan |
setPendingCancellation(PendingCancellation pendingCancellation)
If present, this installment plan is pending to be canceled.
|
InstallmentPlan |
setRemainingCommittedPaymentsCount(Integer remainingCommittedPaymentsCount)
Total number of committed payments remaining to be paid for in this renewal cycle.
|
InstallmentPlan |
setSubsequentCommittedPaymentsCount(Integer subsequentCommittedPaymentsCount)
Total number of payments the user will be committed for after each commitment period.
|
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 Integer getInitialCommittedPaymentsCount()
null for nonepublic InstallmentPlan setInitialCommittedPaymentsCount(Integer initialCommittedPaymentsCount)
initialCommittedPaymentsCount - initialCommittedPaymentsCount or null for nonepublic PendingCancellation getPendingCancellation()
null for nonepublic InstallmentPlan setPendingCancellation(PendingCancellation pendingCancellation)
pendingCancellation - pendingCancellation or null for nonepublic Integer getRemainingCommittedPaymentsCount()
null for nonepublic InstallmentPlan setRemainingCommittedPaymentsCount(Integer remainingCommittedPaymentsCount)
remainingCommittedPaymentsCount - remainingCommittedPaymentsCount or null for nonepublic Integer getSubsequentCommittedPaymentsCount()
null for nonepublic InstallmentPlan setSubsequentCommittedPaymentsCount(Integer subsequentCommittedPaymentsCount)
subsequentCommittedPaymentsCount - subsequentCommittedPaymentsCount or null for nonepublic InstallmentPlan set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic InstallmentPlan clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.