Class PaymentMethod.SepaDebit

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

public static class PaymentMethod.SepaDebit extends StripeObject
  • Constructor Details

    • SepaDebit

      public SepaDebit()
  • Method Details

    • getBankCode

      public String getBankCode()
      Bank code of bank associated with the bank account.
    • getBranchCode

      public String getBranchCode()
      Branch code of bank associated with the bank account.
    • getCountry

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

      public String getFingerprint()
      Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
    • getGeneratedFrom

      public PaymentMethod.SepaDebit.GeneratedFrom getGeneratedFrom()
      Information about the object that generated this PaymentMethod.
    • getLast4

      public String getLast4()
      Last four characters of the IBAN.
    • setBankCode

      public void setBankCode(String bankCode)
      Bank code of bank associated with the bank account.
    • setBranchCode

      public void setBranchCode(String branchCode)
      Branch code of bank associated with the bank account.
    • setCountry

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

      public void setFingerprint(String fingerprint)
      Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
    • setGeneratedFrom

      public void setGeneratedFrom(PaymentMethod.SepaDebit.GeneratedFrom generatedFrom)
      Information about the object that generated this PaymentMethod.
    • setLast4

      public void setLast4(String last4)
      Last four characters of the IBAN.
    • 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