Class BankAccountDetailsV2Document
- java.lang.Object
-
- com.mindee.parsing.common.Prediction
-
- com.mindee.product.fr.bankaccountdetails.BankAccountDetailsV2Document
-
public class BankAccountDetailsV2Document extends Prediction
Bank Account Details API version 2.0 document data.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringField
accountHoldersNames
Full extraction of the account holders names.protected BankAccountDetailsV2Bban
bban
Full extraction of BBAN, including: branch code, bank code, account and key.protected StringField
iban
Full extraction of the IBAN number.protected StringField
swiftCode
Full extraction of the SWIFT code.
-
Constructor Summary
Constructors Constructor Description BankAccountDetailsV2Document()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
StringField
getAccountHoldersNames()
Full extraction of the account holders names.BankAccountDetailsV2Bban
getBban()
Full extraction of BBAN, including: branch code, bank code, account and key.StringField
getIban()
Full extraction of the IBAN number.StringField
getSwiftCode()
Full extraction of the SWIFT code.int
hashCode()
boolean
isEmpty()
Returnstrue
if there are no predictions values.String
toString()
-
-
-
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.
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
Description copied from class:Prediction
Returnstrue
if there are no predictions values. Accessing prediction values when this istrue
may result in aNullPointerException
- Specified by:
isEmpty
in classPrediction
-
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)
-
-