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>
  • Constructor Details

    • LineItemTax

      public LineItemTax(org.json.JSONObject jsonObj)
  • Method Details

    • lineItemId

      public String lineItemId()
    • taxName

      public String taxName()
    • taxRate

      public Double taxRate()
    • dateTo

      public Timestamp dateTo()
    • dateFrom

      public Timestamp dateFrom()
    • proratedTaxableAmount

      public BigDecimal proratedTaxableAmount()
    • isPartialTaxApplied

      public Boolean isPartialTaxApplied()
    • isNonComplianceTax

      public Boolean isNonComplianceTax()
    • taxableAmount

      public Long taxableAmount()
    • taxAmount

      public Long taxAmount()
    • taxJurisType

      public TaxJurisType taxJurisType()
    • taxJurisName

      public String taxJurisName()
    • taxJurisCode

      public String taxJurisCode()
    • taxAmountInLocalCurrency

      public Long taxAmountInLocalCurrency()
    • localCurrencyCode

      public String localCurrencyCode()