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.EntityType
           
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
 Integer amount()
           
 Timestamp dateFrom()
           
 Timestamp dateTo()
           
 String description()
           
 String entityId()
           
 Invoice.LineItem.EntityType entityType()
           
 Boolean isTaxed()
           
 Integer quantity()
           
 Integer tax()
           
 Double taxRate()
           
 Invoice.LineItem.Type type()
           
 Integer unitAmount()
           
 
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
 
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()

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.