com.chargebee.models
Class CreditNote.LineItemTax
java.lang.Object
com.chargebee.internal.Resource<CreditNote.LineItemTax>
com.chargebee.models.CreditNote.LineItemTax
- Enclosing class:
- CreditNote
public static class CreditNote.LineItemTax
- extends Resource<CreditNote.LineItemTax>
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 |
CreditNote.LineItemTax
public CreditNote.LineItemTax(org.json.JSONObject jsonObj)
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 © 2017 ChargeBee. All Rights Reserved.