Package com.mindee.product.fr.payslip
Class PayslipV2BankAccountDetail
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.fr.payslip.PayslipV2BankAccountDetail
-
- All Implemented Interfaces:
PositionData
public class PayslipV2BankAccountDetail extends BaseField
Information about the employee's bank account.
-
-
Constructor Summary
Constructors Constructor Description PayslipV2BankAccountDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBankName()
The name of the bank.String
getIban()
The IBAN of the bank account.String
getSwift()
The SWIFT code of the bank.boolean
isEmpty()
String
toFieldList()
Output the object in a format suitable for inclusion in an rST field list.String
toString()
-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
toFieldList
public String toFieldList()
Output the object in a format suitable for inclusion in an rST field list.
-
getBankName
public String getBankName()
The name of the bank.
-
getIban
public String getIban()
The IBAN of the bank account.
-
getSwift
public String getSwift()
The SWIFT code of the bank.
-
-