Class BankAccountDetailsV2Document


  • public class BankAccountDetailsV2Document
    extends Prediction
    Bank Account Details API version 2.0 document data.
    • Field Detail

      • accountHoldersNames

        protected StringField accountHoldersNames
        Full extraction of the account holders names.
      • bban

        protected BankAccountDetailsV2Bban bban
        Full extraction of BBAN, including: branch code, bank code, account and key.
      • iban

        protected StringField iban
        Full extraction of the IBAN number.
      • swiftCode

        protected StringField swiftCode
        Full extraction of the SWIFT code.
    • Constructor Detail

      • BankAccountDetailsV2Document

        public BankAccountDetailsV2Document()
    • 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
      • getAccountHoldersNames

        public StringField getAccountHoldersNames()
        Full extraction of the account holders names.
      • getBban

        public BankAccountDetailsV2Bban getBban()
        Full extraction of BBAN, including: branch code, bank code, account and key.
      • getIban

        public StringField getIban()
        Full extraction of the IBAN number.
      • getSwiftCode

        public StringField getSwiftCode()
        Full extraction of the SWIFT code.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object