public static class CreditNote.LineItemTax extends Resource<CreditNote.LineItemTax>
| Constructor and Description |
|---|
LineItemTax(org.json.JSONObject jsonObj) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isNonComplianceTax() |
Boolean |
isPartialTaxApplied() |
String |
lineItemId() |
String |
localCurrencyCode() |
Long |
taxableAmount() |
Long |
taxAmount() |
Long |
taxAmountInLocalCurrency() |
String |
taxJurisCode() |
String |
taxJurisName() |
TaxJurisType |
taxJurisType() |
String |
taxName() |
Double |
taxRate() |
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, uripublic String lineItemId()
public String taxName()
public Double taxRate()
public Boolean isPartialTaxApplied()
public Boolean isNonComplianceTax()
public Long taxableAmount()
public Long taxAmount()
public TaxJurisType taxJurisType()
public String taxJurisName()
public String taxJurisCode()
public Long taxAmountInLocalCurrency()
public String localCurrencyCode()
Copyright © 2023 ChargeBee. All rights reserved.