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, optBoolean, optDouble, optEnum, optInteger, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uri |
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()
isTaxed
public Boolean isTaxed()
tax
public Integer tax()
taxRate
public Double taxRate()
amount
public Integer amount()
description
public String description()
type
public Invoice.LineItem.Type type()
entityType
public Invoice.LineItem.EntityType entityType()
entityId
public String entityId()
Copyright © 2015 ChargeBee. All Rights Reserved.