Class PaymentMethod.BacsDebit

    • Constructor Detail

      • BacsDebit

        public BacsDebit()
    • Method Detail

      • 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.
      • getLast4

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

        public java.lang.String getSortCode()
        Sort code of the bank account. (e.g., 10-20-30)
      • 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.
      • setLast4

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

        public void setSortCode​(java.lang.String sortCode)
        Sort code of the bank account. (e.g., 10-20-30)
      • 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