com.chargebee.models
Class Invoice.LineItemTier

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

public static class Invoice.LineItemTier
extends Resource<Invoice.LineItemTier>


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Invoice.LineItemTier(org.json.JSONObject jsonObj)
           
 
Method Summary
 Integer endingUnit()
           
 String lineItemId()
           
 Integer quantityUsed()
           
 Integer startingUnit()
           
 Integer unitAmount()
           
 
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

Invoice.LineItemTier

public Invoice.LineItemTier(org.json.JSONObject jsonObj)
Method Detail

lineItemId

public String lineItemId()

startingUnit

public Integer startingUnit()

endingUnit

public Integer endingUnit()

quantityUsed

public Integer quantityUsed()

unitAmount

public Integer unitAmount()


Copyright © 2019 ChargeBee. All Rights Reserved.