Enum LiabilityHandshakeRiskLevel
- Namespace
- AsiBackbone.Core.Handshakes
- Assembly
- AsiBackbone.Core.dll
Represents the risk level associated with a liability or responsibility handshake.
public enum LiabilityHandshakeRiskLevel
Fields
Critical = 4The operation is critical risk.
High = 3The operation is high risk.
Low = 1The operation is low risk.
Medium = 2The operation is medium risk.
Unspecified = 0No risk level was specified.