Class PaymentIntent.PaymentMethodOptions.Paypal.LineItem.Tax

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentMethodOptions.Paypal.LineItem.Tax
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentIntent.PaymentMethodOptions.Paypal.LineItem

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

    • Tax

      public Tax()
  • Method Details

    • getAmount

      public Long getAmount()
    • getBehavior

      public String getBehavior()
    • setAmount

      public void setAmount(Long amount)
    • setBehavior

      public void setBehavior(String behavior)
    • 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