com.chargebee.models
Class Plan.AttachedAddon

java.lang.Object
  extended by com.chargebee.internal.Resource<Plan.AttachedAddon>
      extended by com.chargebee.models.Plan.AttachedAddon
Enclosing class:
Plan

public static class Plan.AttachedAddon
extends Resource<Plan.AttachedAddon>


Nested Class Summary
static class Plan.AttachedAddon.Type
           
 
Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Plan.AttachedAddon(org.json.JSONObject jsonObj)
           
 
Method Summary
 Integer billingCycles()
           
 String id()
           
 Integer quantity()
           
 Plan.AttachedAddon.Type type()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Plan.AttachedAddon

public Plan.AttachedAddon(org.json.JSONObject jsonObj)
Method Detail

id

public String id()

quantity

public Integer quantity()

billingCycles

public Integer billingCycles()

type

public Plan.AttachedAddon.Type type()


Copyright © 2019 ChargeBee. All Rights Reserved.