class Veritrans::Tercerog::Mdk::FraudDetectionSessionDto
不正検知セッション情報Dtoクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
activity_page_code()
click to toggle source
activity_page_code=(activity_page_code)
click to toggle source
最終送信画面コードを設定する¶ ↑
最終送信画面コード(名)を設定してください。
- @param
-
#activity_page_code 最終送信画面コード
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_session_dto.rb, line 81 def activity_page_code=(activity_page_code) @activity_page_code = activity_page_code end
challenge_attempts()
click to toggle source
challenge_attempts=(challenge_attempts)
click to toggle source
ログイン試行回数を設定する¶ ↑
直近のログイン試行回数を設定してください。
- @param
-
#challenge_attempts ログイン試行回数
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_session_dto.rb, line 171 def challenge_attempts=(challenge_attempts) @challenge_attempts = challenge_attempts end
duration_in_millis()
click to toggle source
duration_in_millis=(duration_in_millis)
click to toggle source
ログイン経過時間を設定する¶ ↑
ログイン経過時間(ミリ秒)を設定してください。
- @param
-
#duration_in_millis ログイン経過時間
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_session_dto.rb, line 63 def duration_in_millis=(duration_in_millis) @duration_in_millis = duration_in_millis end
failed_login_attempts()
click to toggle source
failed_login_attempts=(failed_login_attempts)
click to toggle source
ログイン失敗回数を設定する¶ ↑
過去分すべての、ログイン試行し失敗した回数を設定してください。
- @param
-
#failed_login_attempts ログイン失敗回数
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_session_dto.rb, line 99 def failed_login_attempts=(failed_login_attempts) @failed_login_attempts = failed_login_attempts end
id()
click to toggle source
id=(id)
click to toggle source
items_removed()
click to toggle source
items_removed=(items_removed)
click to toggle source
アイテム削除フラグを設定する¶ ↑
トランザクション中に、“買い物カゴ”からアイテムが削除されたことを示すフラグを設定してください。
- @param
-
#items_removed アイテム削除フラグ
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_session_dto.rb, line 45 def items_removed=(items_removed) @items_removed = items_removed end
logged_in()
click to toggle source
logged_in=(logged_in)
click to toggle source
ログインフラグを設定する¶ ↑
ログインしていたかの状態を設定してください。
- @param
-
#logged_in ログインフラグ
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_session_dto.rb, line 135 def logged_in=(logged_in) @logged_in = logged_in end
multi_factor_authenticated()
click to toggle source
multi_factor_authenticated=(multi_factor_authenticated)
click to toggle source
認証要求状態フラグを設定する¶ ↑
2要素認証要求状態を設定してください。
- @param
-
#multi_factor_authenticated 認証要求状態フラグ
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_session_dto.rb, line 153 def multi_factor_authenticated=(multi_factor_authenticated) @multi_factor_authenticated = multi_factor_authenticated end
third_party_session_id()
click to toggle source
third_party_session_id=(third_party_session_id)
click to toggle source
サードパーティセッション識別子を設定する¶ ↑
サードパーティセッション識別子を設定してください。
- @param
-
#third_party_session_id サードパーティセッション識別子
# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_session_dto.rb, line 117 def third_party_session_id=(third_party_session_id) @third_party_session_id = third_party_session_id end