com.chargebee.models
Class SubscriptionEstimate
java.lang.Object
com.chargebee.internal.Resource<SubscriptionEstimate>
com.chargebee.models.SubscriptionEstimate
public class SubscriptionEstimate
- extends Resource<SubscriptionEstimate>
| Methods inherited from class com.chargebee.internal.Resource |
apiVersionCheck, nullCheck, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONArray, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONArray, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uri |
SubscriptionEstimate
public SubscriptionEstimate(String jsonStr)
SubscriptionEstimate
public SubscriptionEstimate(org.json.JSONObject jsonObj)
id
public String id()
currencyCode
public String currencyCode()
status
public SubscriptionEstimate.Status status()
nextBillingAt
public Timestamp nextBillingAt()
pauseDate
public Timestamp pauseDate()
resumeDate
public Timestamp resumeDate()
shippingAddress
public SubscriptionEstimate.ShippingAddress shippingAddress()
Copyright © 2019 ChargeBee. All Rights Reserved.