Package io.scanbot.sdk.barcode.entity
Class SEPA
-
- All Implemented Interfaces:
public final class SEPA extends GenericDocumentWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSEPA.FieldNamespublic classSEPA.NormalizedFieldNames
-
Field Summary
Fields Modifier and Type Field Description public final static StringDOCUMENT_TYPEpublic final static StringDOCUMENT_NORMALIZED_TYPEprivate final TextFieldWrapperamountprivate final TextFieldWrappercharacterSetprivate final TextFieldWrapperidentificationprivate final TextFieldWrapperinformationprivate final TextFieldWrapperpurposeprivate final TextFieldWrapperreceiverBICprivate final TextFieldWrapperreceiverIBANprivate final TextFieldWrapperreceiverNameprivate final TextFieldWrapperremittanceprivate final TextFieldWrapperserviceTagprivate final TextFieldWrapperversion
-
Constructor Summary
Constructors Constructor Description SEPA(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final TextFieldWrappergetAmount()Amount final TextFieldWrappergetCharacterSet()Character Set final TextFieldWrappergetIdentification()Identification final TextFieldWrappergetInformation()Information final TextFieldWrappergetPurpose()Amount final TextFieldWrappergetReceiverBIC()Receiver BIC final TextFieldWrappergetReceiverIBAN()Receiver IBAN final TextFieldWrappergetReceiverName()Receiver Name final TextFieldWrappergetRemittance()Remittance final TextFieldWrappergetServiceTag()Service Tag final TextFieldWrappergetVersion()Version -
-
Constructor Detail
-
SEPA
SEPA(GenericDocument document)
-
-
Method Detail
-
getAmount
final TextFieldWrapper getAmount()
Amount
-
getCharacterSet
final TextFieldWrapper getCharacterSet()
Character Set
-
getIdentification
final TextFieldWrapper getIdentification()
Identification
-
getInformation
final TextFieldWrapper getInformation()
Information
-
getPurpose
final TextFieldWrapper getPurpose()
Amount
-
getReceiverBIC
final TextFieldWrapper getReceiverBIC()
Receiver BIC
-
getReceiverIBAN
final TextFieldWrapper getReceiverIBAN()
Receiver IBAN
-
getReceiverName
final TextFieldWrapper getReceiverName()
Receiver Name
-
getRemittance
final TextFieldWrapper getRemittance()
Remittance
-
getServiceTag
final TextFieldWrapper getServiceTag()
Service Tag
-
getVersion
final TextFieldWrapper getVersion()
Version
-
-
-
-