com.chargebee.models
Class Addon.Tier

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

public static class Addon.Tier
extends Resource<Addon.Tier>


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Addon.Tier(org.json.JSONObject jsonObj)
           
 
Method Summary
 Integer endingUnit()
           
 Integer price()
           
 Integer startingUnit()
           
 
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

Addon.Tier

public Addon.Tier(org.json.JSONObject jsonObj)
Method Detail

startingUnit

public Integer startingUnit()

endingUnit

public Integer endingUnit()

price

public Integer price()


Copyright © 2019 ChargeBee. All Rights Reserved.