Enum EbicsUserStatus
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public enum EbicsUserStatus
Fields
Name | Description |
---|---|
Initialised | Subscriber has sent HIA order and INI file. |
New | Initial state after establishing the subscriber for EBICS ("established") |
NewFTAM | Subscriber is established for EBICS and for FTAM in the state "Ready" with an EBICS-compliant signature key (A004) |
PartlyInitialisedHIA | Subscriber has sent HIA order, but no INI file yet |
PartlyInitialisedINI | Subscriber has sent INI file, yet no HIA. |
Ready | Subscriber is permitted access |
Suspended | Suspended (several failed attempts), new initialisation via INI and HIA possible) |
SuspendedBank | Suspended(by bank), new initialisation via INI and HIA is not possible, suspension can only be revoked by the bank |
SuspendedSPR | Suspended(by the customer's SPR order), new initialisation via INI and HIA possible. |
Unknown | Null value. |