com.chargebee.models
Class CreditNote.LineItemTax

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

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


Field Summary
 
Fields inherited from class com.chargebee.internal.Resource
jsonObj
 
Constructor Summary
CreditNote.LineItemTax(org.json.JSONObject jsonObj)
           
 
Method Summary
 Boolean isNonComplianceTax()
           
 Boolean isPartialTaxApplied()
           
 String lineItemId()
           
 String localCurrencyCode()
           
 Integer taxableAmount()
           
 Integer taxAmount()
           
 Integer taxAmountInLocalCurrency()
           
 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, optJSONArray, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONArray, 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

CreditNote.LineItemTax

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

lineItemId

public String lineItemId()

taxName

public String taxName()

taxRate

public Double taxRate()

isPartialTaxApplied

public Boolean isPartialTaxApplied()

isNonComplianceTax

public Boolean isNonComplianceTax()

taxableAmount

public Integer taxableAmount()

taxAmount

public Integer taxAmount()

taxJurisType

public TaxJurisType taxJurisType()

taxJurisName

public String taxJurisName()

taxJurisCode

public String taxJurisCode()

taxAmountInLocalCurrency

public Integer taxAmountInLocalCurrency()

localCurrencyCode

public String localCurrencyCode()


Copyright © 2019 ChargeBee. All Rights Reserved.