Class PaymentMethod.Sofort

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.Sofort
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentMethod

public static class PaymentMethod.Sofort extends StripeObject
Get expanded setupAttempt.
  • Constructor Details

    • Sofort

      public Sofort()
  • Method Details

    • getCountry

      public String getCountry()
      Two-letter ISO code representing the country the bank account is located in.
    • setCountry

      public void setCountry(String country)
      Two-letter ISO code representing the country the bank account is located in.
    • 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