com.chargebee.models
Class Estimate.LineItem

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

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


Nested Class Summary
static class Estimate.LineItem.EntityType
           
static class Estimate.LineItem.Type
           
 
Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
Estimate.LineItem(org.json.JSONObject jsonObj)
           
 
Method Summary
 Integer amount()
           
 Timestamp dateFrom()
           
 Timestamp dateTo()
           
 String description()
           
 String entityId()
           
 Estimate.LineItem.EntityType entityType()
           
 Boolean isTaxed()
           
 Integer quantity()
           
 Integer tax()
           
 Double taxRate()
           
 Estimate.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

Estimate.LineItem

public Estimate.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 Estimate.LineItem.Type type()

entityType

public Estimate.LineItem.EntityType entityType()

entityId

public String entityId()


Copyright © 2015 ChargeBee. All Rights Reserved.