Table of Contents

Class SEPA

Namespace
ScanbotSDK.MAUI.BarcodeDocumentModel
Assembly
ScanbotSDK.Shared.dll

SEPA

public class SEPA : GenericDocumentWrapper
Inheritance
SEPA
Inherited Members

Constructors

SEPA(GenericDocument)

public SEPA(GenericDocument document)

Parameters

document GenericDocument

Fields

WrapperDocumentNormalizedType

Normalized document type name of this document wrapper.

public static readonly string WrapperDocumentNormalizedType

Field Value

string

WrapperDocumentType

Generic document type name of this document wrapper.

public static readonly string WrapperDocumentType

Field Value

string

Properties

Amount

Amount

public Field? Amount { get; }

Property Value

Field

CharacterSet

Character Set

public Field CharacterSet { get; }

Property Value

Field

Identification

Identification

public Field Identification { get; }

Property Value

Field

Information

Information

public Field? Information { get; }

Property Value

Field

Purpose

Amount

public Field? Purpose { get; }

Property Value

Field

ReceiverBIC

Receiver BIC

public Field ReceiverBIC { get; }

Property Value

Field

ReceiverIBAN

Receiver IBAN

public Field ReceiverIBAN { get; }

Property Value

Field

ReceiverName

Receiver Name

public Field ReceiverName { get; }

Property Value

Field

Remittance

Remittance

public Field? Remittance { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string

ServiceTag

Service Tag

public Field ServiceTag { get; }

Property Value

Field

Version

Version

public Field Version { get; }

Property Value

Field