Package com.mindee.parsing.standard
Class PaymentDetailsField
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.parsing.standard.PaymentDetailsField
-
- All Implemented Interfaces:
PositionData
public class PaymentDetailsField extends BaseField
Represent a payment detail.
-
-
Constructor Summary
Constructors Constructor Description PaymentDetailsField(String accountNumber, String iban, String routingNumber, String swift)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccountNumber()
The account number.String
getIban()
The full IBAN.String
getRoutingNumber()
The routing number.String
getSwift()
The SWIFT value.boolean
isEmpty()
String
toString()
-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-