com.chargebee.models
Class CreditNoteEstimate.LineItemTax
java.lang.Object
com.chargebee.internal.Resource<CreditNoteEstimate.LineItemTax>
com.chargebee.models.CreditNoteEstimate.LineItemTax
- Enclosing class:
- CreditNoteEstimate
public static class CreditNoteEstimate.LineItemTax
- extends Resource<CreditNoteEstimate.LineItemTax>
| 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 |
CreditNoteEstimate.LineItemTax
public CreditNoteEstimate.LineItemTax(org.json.JSONObject jsonObj)
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.