Class PaymentIntentAmountDetailsLineItem.Tax

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntentAmountDetailsLineItem.Tax
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentIntentAmountDetailsLineItem

public static class PaymentIntentAmountDetailsLineItem.Tax extends StripeObject
For more details about Tax, please refer to the API Reference.
  • Constructor Details

    • Tax

      public Tax()
  • Method Details

    • getTotalTaxAmount

      public Long getTotalTaxAmount()
      Total portion of the amount that is for tax.
    • setTotalTaxAmount

      public void setTotalTaxAmount(Long totalTaxAmount)
      Total portion of the amount that is for tax.
    • 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