com.chargebee.models
Class Invoice.LineItem
java.lang.Object
com.chargebee.internal.Resource<Invoice.LineItem>
com.chargebee.models.Invoice.LineItem
- Enclosing class:
- Invoice
public static class Invoice.LineItem
- extends Resource<Invoice.LineItem>
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 |
Invoice.LineItem
public Invoice.LineItem(org.json.JSONObject jsonObj)
dateFrom
public Timestamp dateFrom()
dateTo
public Timestamp dateTo()
unitAmount
public Integer unitAmount()
quantity
public Integer quantity()
Copyright © 2012 ChargeBee. All Rights Reserved.