Class Charge.PaymentMethodDetails.Giropay

    • Constructor Summary

      Constructors 
      Constructor Description
      Giropay()  
    • 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 getBankCode()
      Bank code of bank associated with the bank account.
      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 getVerifiedName()
      Owner's verified full name.
      int hashCode()  
      void setBankCode​(java.lang.String bankCode)
      Bank code of bank associated with the bank account.
      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 setVerifiedName​(java.lang.String verifiedName)
      Owner's verified full name.
      • Methods inherited from class java.lang.Object

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

      • Giropay

        public Giropay()
    • Method Detail

      • getBankCode

        public java.lang.String getBankCode()
        Bank code of bank associated with the bank account.
      • 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.
      • getVerifiedName

        public java.lang.String getVerifiedName()
        Owner's verified full name. Values are verified or provided by Giropay directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. Giropay rarely provides this information so the attribute is usually empty.
      • setBankCode

        public void setBankCode​(java.lang.String bankCode)
        Bank code of bank associated with the bank account.
      • 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.
      • setVerifiedName

        public void setVerifiedName​(java.lang.String verifiedName)
        Owner's verified full name. Values are verified or provided by Giropay directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. Giropay rarely provides this information so the attribute is usually empty.
      • 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