Enum FinTanProcType
Classification of TAN procedures.
public enum FinTanProcType
Fields
BestSign = 7The very special BestSign TAN procedure.
ChipTan = 3Any variant of a Chip-TAN or Smart-TAN procedure, including optical, QR-Code and Chip-TAN USB.
MobileTan = 4Mobile-TAN or SMS-TAN, where the TAN number is sent via SMS message to the user.
PhotoTan = 6PushTan = 5Any variant where the TAN number is pushed to a special App on the users smartphone.
TanGenerator = 2Old style single step TAN generator device.
TanList = 1Old style printed TAN list or indexed TAN list.
Unknown = 0