Package io.scanbot.check.entity
Class AUSCheck
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
AUSCheck.FieldNames
public class
AUSCheck.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
auxDomestic
private final TextFieldWrapper
bsb
private final TextFieldWrapper
extraAuxDomestic
private final TextFieldWrapper
transactionCode
-
Constructor Summary
Constructors Constructor Description AUSCheck(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrapper
getAccountNumber()
Account number final TextFieldWrapper
getAuxDomestic()
Auxiliary domestic final TextFieldWrapper
getBsb()
BSB final TextFieldWrapper
getExtraAuxDomestic()
Extra auxiliary domestic final TextFieldWrapper
getTransactionCode()
Transaction code -
-
Constructor Detail
-
AUSCheck
AUSCheck(GenericDocument document)
-
-
Method Detail
-
getAccountNumber
final TextFieldWrapper getAccountNumber()
Account number
-
getAuxDomestic
final TextFieldWrapper getAuxDomestic()
Auxiliary domestic
-
getBsb
final TextFieldWrapper getBsb()
BSB
-
getExtraAuxDomestic
final TextFieldWrapper getExtraAuxDomestic()
Extra auxiliary domestic
-
getTransactionCode
final TextFieldWrapper getTransactionCode()
Transaction code
-
-
-
-