Class BankAccountDetailsV1Document


  • public class BankAccountDetailsV1Document
    extends Prediction
    Bank Account Details API version 1.0 document data.
    • Field Detail

      • accountHolderName

        protected StringField accountHolderName
        The name of the account holder as seen on the document.
      • iban

        protected StringField iban
        The International Bank Account Number (IBAN).
      • swift

        protected StringField swift
        The bank's SWIFT Business Identifier Code (BIC).
    • Constructor Detail

      • BankAccountDetailsV1Document

        public BankAccountDetailsV1Document()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Description copied from class: Prediction
        Returns true if there are no predictions values. Accessing prediction values when this is true may result in a NullPointerException
        Specified by:
        isEmpty in class Prediction
      • getAccountHolderName

        public StringField getAccountHolderName()
        The name of the account holder as seen on the document.
      • getIban

        public StringField getIban()
        The International Bank Account Number (IBAN).
      • getSwift

        public StringField getSwift()
        The bank's SWIFT Business Identifier Code (BIC).
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object