Enum EbicsUserStatus

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll
public enum EbicsUserStatus

Fields

Initialised = 5

Subscriber has sent HIA order and INI file.

New = 2

Initial state after establishing the subscriber for EBICS ("established")

NewFTAM = 7

Subscriber is established for EBICS and for FTAM in the state "Ready" with an EBICS-compliant signature key (A004)

PartlyInitialisedHIA = 4

Subscriber has sent HIA order, but no INI file yet

PartlyInitialisedINI = 3

Subscriber has sent INI file, yet no HIA.

Ready = 1

Subscriber is permitted access

Suspended = 6

Suspended (several failed attempts), new initialisation via INI and HIA possible)

SuspendedBank = 9

Suspended(by bank), new initialisation via INI and HIA is not possible, suspension can only be revoked by the bank

SuspendedSPR = 8

Suspended(by the customer's SPR order), new initialisation via INI and HIA possible.

Unknown = 0

Null value.