Class FraudDetectionExternalRiskResultDto
不正検知外部リスク評価結果Dtoクラス
Inheritance
object
FraudDetectionExternalRiskResultDto
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class FraudDetectionExternalRiskResultDto
Properties
Code
コード値
半角英数字 最大桁数:20
評価結果コード値
Declaration
[JsonProperty("code")]
public string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
Score
スコア
小数可の半角数字 最大桁数:8
評価結果スコア
Declaration
[JsonProperty("score")]
public string Score { get; set; }
Property Value
Type | Description |
---|---|
string |
Source
ソース
文字列 最大桁数:200
外部リスク評価システム名、項目名
Declaration
[JsonProperty("source")]
public string Source { get; set; }
Property Value
Type | Description |
---|---|
string |