Class Charge.PaymentMethodDetails.SepaCreditTransfer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.lang.String getBankName()
      Name of the bank associated with the bank account.
      java.lang.String getBic()
      Bank Identifier Code of the bank associated with the bank account.
      java.lang.String getIban()
      IBAN of the bank account to transfer funds to.
      int hashCode()  
      void setBankName​(java.lang.String bankName)
      Name of the bank associated with the bank account.
      void setBic​(java.lang.String bic)
      Bank Identifier Code of the bank associated with the bank account.
      void setIban​(java.lang.String iban)
      IBAN of the bank account to transfer funds to.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SepaCreditTransfer

        public SepaCreditTransfer()
    • Method Detail

      • getBankName

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

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

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

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

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

        public void setIban​(java.lang.String iban)
        IBAN of the bank account to transfer funds to.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object