Class Charge.PaymentMethodDetails.SepaCreditTransfer

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.SepaCreditTransfer
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Charge.PaymentMethodDetails

public static class Charge.PaymentMethodDetails.SepaCreditTransfer extends StripeObject
  • Constructor Details

    • SepaCreditTransfer

      public SepaCreditTransfer()
  • Method Details

    • getBankName

      public String getBankName()
      Name of the bank associated with the bank account.
    • getBic

      public String getBic()
      Bank Identifier Code of the bank associated with the bank account.
    • getIban

      public String getIban()
      IBAN of the bank account to transfer funds to.
    • setBankName

      public void setBankName(String bankName)
      Name of the bank associated with the bank account.
    • setBic

      public void setBic(String bic)
      Bank Identifier Code of the bank associated with the bank account.
    • setIban

      public void setIban(String iban)
      IBAN of the bank account to transfer funds to.
    • 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