Class BankAccountDetailsV1Document
- java.lang.Object
-
- com.mindee.parsing.common.Prediction
-
- com.mindee.product.fr.bankaccountdetails.BankAccountDetailsV1Document
-
public class BankAccountDetailsV1Document extends Prediction
Bank Account Details API version 1.0 document data.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringField
accountHolderName
The name of the account holder as seen on the document.protected StringField
iban
The International Bank Account Number (IBAN).protected StringField
swift
The bank's SWIFT Business Identifier Code (BIC).
-
Constructor Summary
Constructors Constructor Description BankAccountDetailsV1Document()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
StringField
getAccountHolderName()
The name of the account holder as seen on the document.StringField
getIban()
The International Bank Account Number (IBAN).StringField
getSwift()
The bank's SWIFT Business Identifier Code (BIC).int
hashCode()
boolean
isEmpty()
Returnstrue
if there are no predictions values.String
toString()
-
-
-
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).
-
-
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
-
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)
-
-