Table of Contents

Class SEPA

Namespace
IO.Scanbot.Sdk.Barcode.Entity
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/entity/SEPA", DoNotGenerateAcw = true)]
public sealed class SEPA : GenericDocumentWrapper, IJavaObject, IJavaPeerable, IDisposable
Inheritance
SEPA
Implements
Inherited Members

Constructors

SEPA(GenericDocument)

[Register(".ctor", "(Lio/scanbot/sdk/genericdocument/GenericDocument;)V", "")]
public SEPA(GenericDocument document)

Parameters

document GenericDocument

Fields

DocumentNormalizedType

[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "SEPA"

Field Value

string

DocumentType

[Register("DOCUMENT_TYPE")]
public const string DocumentType = "SEPA"

Field Value

string

Properties

Amount

public TextFieldWrapper Amount { get; }

Property Value

TextFieldWrapper

CharacterSet

public TextFieldWrapper CharacterSet { get; }

Property Value

TextFieldWrapper

Identification

public TextFieldWrapper Identification { get; }

Property Value

TextFieldWrapper

Information

public TextFieldWrapper Information { get; }

Property Value

TextFieldWrapper

Purpose

public TextFieldWrapper Purpose { get; }

Property Value

TextFieldWrapper

ReceiverBIC

public TextFieldWrapper ReceiverBIC { get; }

Property Value

TextFieldWrapper

ReceiverIBAN

public TextFieldWrapper ReceiverIBAN { get; }

Property Value

TextFieldWrapper

ReceiverName

public TextFieldWrapper ReceiverName { get; }

Property Value

TextFieldWrapper

Remittance

public TextFieldWrapper Remittance { get; }

Property Value

TextFieldWrapper

RequiredDocumentType

public override string RequiredDocumentType { get; }

Property Value

string

ServiceTag

public TextFieldWrapper ServiceTag { get; }

Property Value

TextFieldWrapper

Version

public TextFieldWrapper Version { get; }

Property Value

TextFieldWrapper