com.chargebee.models
Class InvoiceEstimate.LineItemTax

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

public static class InvoiceEstimate.LineItemTax
extends Resource<InvoiceEstimate.LineItemTax>


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
InvoiceEstimate.LineItemTax(org.json.JSONObject jsonObj)
           
 
Method Summary
 String lineItemId()
           
 Integer taxAmount()
           
 String taxJurisCode()
           
 String taxJurisName()
           
 TaxJurisType taxJurisType()
           
 String taxName()
           
 Double taxRate()
           
 
Methods inherited from class com.chargebee.internal.Resource
apiVersionCheck, nullCheck, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, 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

InvoiceEstimate.LineItemTax

public InvoiceEstimate.LineItemTax(org.json.JSONObject jsonObj)
Method Detail

lineItemId

public String lineItemId()

taxName

public String taxName()

taxRate

public Double taxRate()

taxAmount

public Integer taxAmount()

taxJurisType

public TaxJurisType taxJurisType()

taxJurisName

public String taxJurisName()

taxJurisCode

public String taxJurisCode()


Copyright © 2018 ChargeBee. All Rights Reserved.