推奨アクション
名前空間: jp.veritrans.tercerog.mdk.dto文字列 最大桁数:20
リスクエンジンの結果とモデルの閾値設定によって判断された推奨アクション。
APPROVE:承認
INVESTIGATE:調査
REJECT:却下
アセンブリ: cg-mdk-dto (in cg-mdk-dto.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C# |
---|
public string SystemResponse { get; set; } |
Visual Basic |
---|
Public Property SystemResponse As String Get Set |
Visual C++ |
---|
public: property String^ SystemResponse { String^ get (); void set (String^ value); } |