Enum EbicsAuthorisationLevel
The authorization level of an EBICS user.
public enum EbicsAuthorisationLevel
Fields
Null = 0
The authorization level is not known or set.
PartialSignerA = 65
"A" - In addition to this user, the user "B" must also sign orders.
PartialSignerB = 66
"B" - In addition to this user, the user "A" must also sign orders.
SingleSigner = 69
"E" - A signature of this user is sufficient.
Transport = 84
"T" - This user cannot supply any order signatures, but still may upload unsigned orders that are authorized through VEU or other channels.