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() |
Integer |
taxableAmount() |
Integer |
taxAmount() |
Integer |
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, uri
public String lineItemId()
public String taxName()
public Double taxRate()
public Boolean isPartialTaxApplied()
public Boolean isNonComplianceTax()
public Integer taxableAmount()
public Integer taxAmount()
public TaxJurisType taxJurisType()
public String taxJurisName()
public String taxJurisCode()
public Integer taxAmountInLocalCurrency()
public String localCurrencyCode()
Copyright © 2020 ChargeBee. All Rights Reserved.