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