Class PaymentMethod.AcssDebit

    • Constructor Detail

      • AcssDebit

        public AcssDebit()
    • Method Detail

      • getBankName

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

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

        public java.lang.String getInstitutionNumber()
        Institution number of the bank account.
      • getLast4

        public java.lang.String getLast4()
        Last four digits of the bank account number.
      • getTransitNumber

        public java.lang.String getTransitNumber()
        Transit number of the bank account.
      • setBankName

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

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

        public void setInstitutionNumber​(java.lang.String institutionNumber)
        Institution number of the bank account.
      • setLast4

        public void setLast4​(java.lang.String last4)
        Last four digits of the bank account number.
      • setTransitNumber

        public void setTransitNumber​(java.lang.String transitNumber)
        Transit number of the bank account.
      • 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