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 StringgetAccountNumber()The account number.StringgetIban()The full IBAN.StringgetRoutingNumber()The routing number.StringgetSwift()The SWIFT value.booleanisEmpty()StringtoString()-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-