class Veritrans::Tercerog::Mdk::FraudDetectionRdResponseDto

不正検知ReD詳細結果応答Dtoクラス

@author

VeriTrans Inc.

Public Instance Methods

action() click to toggle source

アクションを取得する

@return

アクション

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 306
def action
  @action = nil unless instance_variable_defined?(:@action)
  @action
end
action=(action) click to toggle source

アクションを設定する

@param

action アクション

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 315
def action=(action)
  @action = action
end
build_number() click to toggle source

ビルド番号を取得する

@return

ビルド番号

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 221
def build_number
  @build_number = nil unless instance_variable_defined?(:@build_number)
  @build_number
end
build_number=(build_number) click to toggle source

ビルド番号を設定する

@param

#build_number ビルド番号

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 230
def build_number=(build_number)
  @build_number = build_number
end
code() click to toggle source

結果コードを取得する

@return

結果コード

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 17
def code
  @code = nil unless instance_variable_defined?(:@code)
  @code
end
code=(code) click to toggle source

結果コードを設定する

@param

code 結果コード

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 26
def code=(code)
  @code = code
end
description() click to toggle source

メッセージを取得する

@return

メッセージ

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 187
def description
  @description = nil unless instance_variable_defined?(:@description)
  @description
end
description=(description) click to toggle source

メッセージを設定する

@param

description メッセージ

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 196
def description=(description)
  @description = description
end
id() click to toggle source

IDを取得する

@return

ID

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 170
def id
  @id = nil unless instance_variable_defined?(:@id)
  @id
end
id=(id) click to toggle source

IDを設定する

@param

id ID

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 179
def id=(id)
  @id = id
end
merchant_transaction_id() click to toggle source

マーチャントトランザクションIDを取得する

@return

マーチャントトランザクションID

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 204
def merchant_transaction_id
  @merchant_transaction_id = nil unless instance_variable_defined?(:@merchant_transaction_id)
  @merchant_transaction_id
end
merchant_transaction_id=(merchant_transaction_id) click to toggle source

マーチャントトランザクションIDを設定する

@param

#merchant_transaction_id マーチャントトランザクションID

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 213
def merchant_transaction_id=(merchant_transaction_id)
  @merchant_transaction_id = merchant_transaction_id
end
ndc() click to toggle source

NDCを取得する

@return

NDC

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 255
def ndc
  @ndc = nil unless instance_variable_defined?(:@ndc)
  @ndc
end
ndc=(ndc) click to toggle source

NDCを設定する

@param

ndc NDC

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 264
def ndc=(ndc)
  @ndc = ndc
end
order_id() click to toggle source

取引IDを取得する

@return

取引ID

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 51
def order_id
  @order_id = nil unless instance_variable_defined?(:@order_id)
  @order_id
end
order_id=(order_id) click to toggle source

取引IDを設定する

@param

#order_id 取引ID

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 60
def order_id=(order_id)
  @order_id = order_id
end
parameter_errors() click to toggle source

パラメータエラーメッセージ一覧を取得する

@return

パラメータエラーメッセージ一覧

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 374
def parameter_errors
  @parameter_errors = nil unless instance_variable_defined?(:@parameter_errors)
  @parameter_errors
end
parameter_errors=(parameter_errors) click to toggle source

パラメータエラーメッセージ一覧を設定する

@param

#parameter_errors パラメータエラーメッセージ一覧

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 383
def parameter_errors=(parameter_errors)
  @parameter_errors = parameter_errors
end
request_id() click to toggle source

リクエストIDを取得する

@return

リクエストID

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 34
def request_id
  @request_id = nil unless instance_variable_defined?(:@request_id)
  @request_id
end
request_id=(request_id) click to toggle source

リクエストIDを設定する

@param

#request_id リクエストID

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 43
def request_id=(request_id)
  @request_id = request_id
end
result_description() click to toggle source

結果メッセージを取得する

@return

結果メッセージ

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 272
def result_description
  @result_description = nil unless instance_variable_defined?(:@result_description)
  @result_description
end
result_description=(result_description) click to toggle source

結果メッセージを設定する

@param

#result_description 結果メッセージ

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 281
def result_description=(result_description)
  @result_description = result_description
end
risk_fraud_description() click to toggle source

不正検知メッセージを取得する

@return

不正検知メッセージ

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 340
def risk_fraud_description
  @risk_fraud_description = nil unless instance_variable_defined?(:@risk_fraud_description)
  @risk_fraud_description
end
risk_fraud_description=(risk_fraud_description) click to toggle source

不正検知メッセージを設定する

@param

#risk_fraud_description 不正検知メッセージ

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 349
def risk_fraud_description=(risk_fraud_description)
  @risk_fraud_description = risk_fraud_description
end
risk_fraud_status_code() click to toggle source

トランザクションスクリーニング結果を取得する

@return

トランザクションスクリーニング結果

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 85
def risk_fraud_status_code
  @risk_fraud_status_code = nil unless instance_variable_defined?(:@risk_fraud_status_code)
  @risk_fraud_status_code
end
risk_fraud_status_code=(risk_fraud_status_code) click to toggle source

トランザクションスクリーニング結果を設定する

@param

#risk_fraud_status_code トランザクションスクリーニング結果

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 94
def risk_fraud_status_code=(risk_fraud_status_code)
  @risk_fraud_status_code = risk_fraud_status_code
end
risk_neural_score() click to toggle source

ニューラルスコアを取得する

@return

ニューラルスコア

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 136
def risk_neural_score
  @risk_neural_score = nil unless instance_variable_defined?(:@risk_neural_score)
  @risk_neural_score
end
risk_neural_score=(risk_neural_score) click to toggle source

ニューラルスコアを設定する

@param

#risk_neural_score ニューラルスコア

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 145
def risk_neural_score=(risk_neural_score)
  @risk_neural_score = risk_neural_score
end
risk_order_id() click to toggle source

ReD取引IDを取得する

@return

ReD取引ID

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 119
def risk_order_id
  @risk_order_id = nil unless instance_variable_defined?(:@risk_order_id)
  @risk_order_id
end
risk_order_id=(risk_order_id) click to toggle source

ReD取引IDを設定する

@param

#risk_order_id ReD取引ID

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 128
def risk_order_id=(risk_order_id)
  @risk_order_id = risk_order_id
end
risk_report() click to toggle source

レポートを取得する

@return

レポート

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 323
def risk_report
  @risk_report = nil unless instance_variable_defined?(:@risk_report)
  @risk_report
end
risk_report=(risk_report) click to toggle source

レポートを設定する

@param

#risk_report レポート

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 332
def risk_report=(risk_report)
  @risk_report = risk_report
end
risk_response_code() click to toggle source

ReDレスポンスコードを取得する

@return

ReDレスポンスコード

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 102
def risk_response_code
  @risk_response_code = nil unless instance_variable_defined?(:@risk_response_code)
  @risk_response_code
end
risk_response_code=(risk_response_code) click to toggle source

ReDレスポンスコードを設定する

@param

#risk_response_code ReDレスポンスコード

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 111
def risk_response_code=(risk_response_code)
  @risk_response_code = risk_response_code
end
risk_rule_category() click to toggle source

ルール該当コード一覧を取得する

@return

ルール該当コード一覧

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 153
def risk_rule_category
  @risk_rule_category = nil unless instance_variable_defined?(:@risk_rule_category)
  @risk_rule_category
end
risk_rule_category=(risk_rule_category) click to toggle source

ルール該当コード一覧を設定する

@param

#risk_rule_category ルール該当コード一覧

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 162
def risk_rule_category=(risk_rule_category)
  @risk_rule_category = risk_rule_category
end
risk_status_code() click to toggle source

トランザクションステータスコードを取得する

@return

トランザクションステータスコード

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 68
def risk_status_code
  @risk_status_code = nil unless instance_variable_defined?(:@risk_status_code)
  @risk_status_code
end
risk_status_code=(risk_status_code) click to toggle source

トランザクションステータスコードを設定する

@param

#risk_status_code トランザクションステータスコード

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 77
def risk_status_code=(risk_status_code)
  @risk_status_code = risk_status_code
end
target_order_id() click to toggle source

不正検知と紐付けられた取引の取引IDを取得する

@return

不正検知と紐付けられた取引の取引ID

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 408
def target_order_id
  @target_order_id = nil unless instance_variable_defined?(:@target_order_id)
  @target_order_id
end
target_order_id=(target_order_id) click to toggle source

不正検知と紐付けられた取引の取引IDを設定する

@param

#target_order_id 不正検知と紐付けられた取引の取引ID

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 417
def target_order_id=(target_order_id)
  @target_order_id = target_order_id
end
target_service_type_cd() click to toggle source

不正検知と紐付けられた取引のサービス種別を取得する

@return

不正検知と紐付けられた取引のサービス種別

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 391
def target_service_type_cd
  @target_service_type_cd = nil unless instance_variable_defined?(:@target_service_type_cd)
  @target_service_type_cd
end
target_service_type_cd=(target_service_type_cd) click to toggle source

不正検知と紐付けられた取引のサービス種別を設定する

@param

#target_service_type_cd 不正検知と紐付けられた取引のサービス種別

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 400
def target_service_type_cd=(target_service_type_cd)
  @target_service_type_cd = target_service_type_cd
end
timestamp() click to toggle source

タイムスタンプを取得する

@return

タイムスタンプ

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 238
def timestamp
  @timestamp = nil unless instance_variable_defined?(:@timestamp)
  @timestamp
end
timestamp=(timestamp) click to toggle source

タイムスタンプを設定する

@param

timestamp タイムスタンプ

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 247
def timestamp=(timestamp)
  @timestamp = timestamp
end
transaction_id() click to toggle source

トランザクションIDを取得する

@return

トランザクションID

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 357
def transaction_id
  @transaction_id = nil unless instance_variable_defined?(:@transaction_id)
  @transaction_id
end
transaction_id=(transaction_id) click to toggle source

トランザクションIDを設定する

@param

#transaction_id トランザクションID

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_rd_response_dto.rb, line 366
def transaction_id=(transaction_id)
  @transaction_id = transaction_id
end