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 StringFieldaccountHolderNameThe name of the account holder as seen on the document.protected StringFieldibanThe International Bank Account Number (IBAN).protected StringFieldswiftThe 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 booleancanEqual(Object other)booleanequals(Object o)StringFieldgetAccountHolderName()The name of the account holder as seen on the document.StringFieldgetIban()The International Bank Account Number (IBAN).StringFieldgetSwift()The bank's SWIFT Business Identifier Code (BIC).inthashCode()booleanisEmpty()Returnstrueif there are no predictions values.StringtoString()
-
-
-
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:PredictionReturnstrueif there are no predictions values. Accessing prediction values when this istruemay result in aNullPointerException- Specified by:
isEmptyin 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)
-
-