Class CreditNoteLineItem.TaxAmount

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.CreditNoteLineItem.TaxAmount
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
CreditNoteLineItem

public static class CreditNoteLineItem.TaxAmount extends StripeObject
  • Constructor Details

    • TaxAmount

      public TaxAmount()
  • Method Details

    • getTaxRate

      public String getTaxRate()
      Get ID of expandable taxRate object.
    • setTaxRate

      public void setTaxRate(String id)
    • getTaxRateObject

      public TaxRate getTaxRateObject()
      Get expanded taxRate.
    • setTaxRateObject

      public void setTaxRateObject(TaxRate expandableObject)
    • getAmount

      public Long getAmount()
    • getInclusive

      public Boolean getInclusive()
    • getTaxabilityReason

      public String getTaxabilityReason()
    • getTaxableAmount

      public Long getTaxableAmount()
    • setAmount

      public void setAmount(Long amount)
    • setInclusive

      public void setInclusive(Boolean inclusive)
    • setTaxabilityReason

      public void setTaxabilityReason(String taxabilityReason)
    • setTaxableAmount

      public void setTaxableAmount(Long taxableAmount)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object