Class OffSessionPayment.AmountDetails.Tax

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.payments.OffSessionPayment.AmountDetails.Tax
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
OffSessionPayment.AmountDetails

public static class OffSessionPayment.AmountDetails.Tax extends StripeObject
Contains information about the tax portion of the amount.
  • Constructor Details

    • Tax

      public Tax()
  • Method Details

    • getTotalTaxAmount

      public Long getTotalTaxAmount()
    • setTotalTaxAmount

      public void setTotalTaxAmount(Long totalTaxAmount)
    • 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