Package io.scanbot.check.entity
Class INDCheck
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
INDCheck.FieldNames
public class
INDCheck.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description public final static String
DOCUMENT_TYPE
public final static String
DOCUMENT_NORMALIZED_TYPE
private final TextFieldWrapper
accountNumber
private final TextFieldWrapper
serialNumber
private final TextFieldWrapper
sortNumber
private final TextFieldWrapper
transactionCode
-
Constructor Summary
Constructors Constructor Description INDCheck(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrapper
getAccountNumber()
Account number final TextFieldWrapper
getSerialNumber()
Serial number final TextFieldWrapper
getSortNumber()
Sort number final TextFieldWrapper
getTransactionCode()
Transaction code -
-
Constructor Detail
-
INDCheck
INDCheck(GenericDocument document)
-
-
Method Detail
-
getAccountNumber
final TextFieldWrapper getAccountNumber()
Account number
-
getSerialNumber
final TextFieldWrapper getSerialNumber()
Serial number
-
getSortNumber
final TextFieldWrapper getSortNumber()
Sort number
-
getTransactionCode
final TextFieldWrapper getTransactionCode()
Transaction code
-
-
-
-