Enum FinTanMediaStatus
The status of the TAN media as provided in TanMediaStatus.
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public enum FinTanMediaStatus
Fields
Name | Description |
---|---|
Active | The TAN media is active. (1) |
ActiveFollowupCard | The TAN media (card) will be activated by its first use which will deactivate the currently active card. (3) |
Available | The TAN media is available, but must be activated before use. (2) |
AvailableFollowupCard | The TAN media (card) is available and must activated before use. which will deactivate the currently active card. (4) |
Undefined | Zero value is not defined in FinTS. (0) |