com.chargebee.models
Class Invoice.LineItem

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

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


Nested Class Summary
static class Invoice.LineItem.Type
           
 
Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Invoice.LineItem(org.json.JSONObject jsonObj)
           
 
Method Summary
 Timestamp dateFrom()
           
 Timestamp dateTo()
           
 Integer quantity()
           
 Integer unitAmount()
           
 
Methods inherited from class com.chargebee.internal.Resource
nullCheck, optEnum, optInteger, optJSONObject, optList, optLong, optString, optTimestamp, reqEnum, reqInteger, reqJSONObject, reqList, reqLong, reqString, reqTimestamp, toJson, toString, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Invoice.LineItem

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

dateFrom

public Timestamp dateFrom()

dateTo

public Timestamp dateTo()

unitAmount

public Integer unitAmount()

quantity

public Integer quantity()


Copyright © 2012 ChargeBee. All Rights Reserved.