Class FraudDetectionSessionDto
不正検知セッション情報Dtoクラス
Inheritance
object
FraudDetectionSessionDto
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 FraudDetectionSessionDto
Properties
ActivityPageCode
最終送信画面コード
半角英数字 最大桁数:50
最終送信画面コード(名)を設定してください。
Declaration
[JsonProperty("activityPageCode")]
public string ActivityPageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ChallengeAttempts
ログイン試行回数
半角数字 最大桁数:5
直近のログイン試行回数を設定してください。
Declaration
[JsonProperty("challengeAttempts")]
public string ChallengeAttempts { get; set; }
Property Value
Type | Description |
---|---|
string |
DurationInMillis
ログイン経過時間
半角数字 最大桁数:9
ログイン経過時間(ミリ秒)を設定してください。
Declaration
[JsonProperty("durationInMillis")]
public string DurationInMillis { get; set; }
Property Value
Type | Description |
---|---|
string |
FailedLoginAttempts
ログイン失敗回数
半角数字 最大桁数:5
過去分すべての、ログイン試行し失敗した回数を設定してください。
Declaration
[JsonProperty("failedLoginAttempts")]
public string FailedLoginAttempts { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
セッション識別子
半角英数字 最大桁数:400
貴社システム上でのセッション識別子を設定してください。
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemsRemoved
アイテム削除フラグ
true/false 最大桁数:5
トランザクション中に、“買い物カゴ”からアイテムが削除されたことを示すフラグを設定してください。
Declaration
[JsonProperty("itemsRemoved")]
public string ItemsRemoved { get; set; }
Property Value
Type | Description |
---|---|
string |
LoggedIn
ログインフラグ
true/false 最大桁数:5
ログインしていたかの状態を設定してください。
Declaration
[JsonProperty("loggedIn")]
public string LoggedIn { get; set; }
Property Value
Type | Description |
---|---|
string |
MultiFactorAuthenticated
認証要求状態フラグ
true/false 最大桁数:5
2要素認証要求状態を設定してください。
Declaration
[JsonProperty("multiFactorAuthenticated")]
public string MultiFactorAuthenticated { get; set; }
Property Value
Type | Description |
---|---|
string |
ThirdPartySessionId
サードパーティセッション識別子
半角英数字 最大桁数:50
サードパーティセッション識別子を設定してください。
Declaration
[JsonProperty("thirdPartySessionId")]
public string ThirdPartySessionId { get; set; }
Property Value
Type | Description |
---|---|
string |