class Veritrans::Tercerog::Mdk::FraudDetectionAuthorizationDto

不正検知カード認証情報Dtoクラス

@author

VeriTrans Inc.

Public Instance Methods

approval_code() click to toggle source

承認コードを取得する

@return

承認コード

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

承認コードを設定する

@param

#approval_code 承認コード

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_authorization_dto.rb, line 44
def approval_code=(approval_code)
  @approval_code = approval_code
end
avs_addr() click to toggle source

住所検証システム(住所)判定結果を取得する

@return

住所検証システム(住所)判定結果

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

住所検証システム(住所)判定結果を設定する

@param

#avs_addr 住所検証システム(住所)判定結果

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_authorization_dto.rb, line 61
def avs_addr=(avs_addr)
  @avs_addr = avs_addr
end
avs_zip() click to toggle source

住所検証システム(郵便番号)判定結果を取得する

@return

住所検証システム(郵便番号)判定結果

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

住所検証システム(郵便番号)判定結果を設定する

@param

#avs_zip 住所検証システム(郵便番号)判定結果

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_authorization_dto.rb, line 78
def avs_zip=(avs_zip)
  @avs_zip = avs_zip
end
bank() click to toggle source

アクワイアラを取得する

@return

アクワイアラ

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

アクワイアラを設定する

@param

bank アクワイアラ

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_authorization_dto.rb, line 163
def bank=(bank)
  @bank = bank
end
cvv2() click to toggle source

cvv2判定結果を取得する

@return

cvv2判定結果

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

cvv2判定結果を設定する

@param

cvv2 cvv2判定結果

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_authorization_dto.rb, line 95
def cvv2=(cvv2)
  @cvv2 = cvv2
end
ddds() click to toggle source

3DS判定結果を取得する

@return

3DS判定結果

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

3DS判定結果を設定する

@param

ddds 3DS判定結果

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_authorization_dto.rb, line 112
def ddds=(ddds)
  @ddds = ddds
end
declined() click to toggle source

決済処理結果を取得する

@return

決済処理結果

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

決済処理結果を設定する

@param

declined 決済処理結果

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_authorization_dto.rb, line 27
def declined=(declined)
  @declined = declined
end
eci() click to toggle source

3DSECIを取得する

@return

3DSECI

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

3DSECIを設定する

@param

eci 3DSECI

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_authorization_dto.rb, line 129
def eci=(eci)
  @eci = eci
end
enh_auth_email() click to toggle source

Amex強化認証-Eメールを取得する

@return

Amex強化認証-Eメール

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

Amex強化認証-Eメールを設定する

@param

#enh_auth_email Amex強化認証-Eメール

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_authorization_dto.rb, line 231
def enh_auth_email=(enh_auth_email)
  @enh_auth_email = enh_auth_email
end
enh_auth_name() click to toggle source

Amex強化認証-名前を取得する

@return

Amex強化認証-名前

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

Amex強化認証-名前を設定する

@param

#enh_auth_name Amex強化認証-名前

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_authorization_dto.rb, line 214
def enh_auth_name=(enh_auth_name)
  @enh_auth_name = enh_auth_name
end
enh_auth_phone() click to toggle source

Amex強化認証-電話番号を取得する

@return

Amex強化認証-電話番号

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

Amex強化認証-電話番号を設定する

@param

#enh_auth_phone Amex強化認証-電話番号

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_authorization_dto.rb, line 197
def enh_auth_phone=(enh_auth_phone)
  @enh_auth_phone = enh_auth_phone
end
ps_addr() click to toggle source

PayPal決済サービス 住所確認を取得する

@return

PayPal決済サービス 住所確認

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

PayPal決済サービス 住所確認を設定する

@param

#ps_addr PayPal決済サービス 住所確認

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_authorization_dto.rb, line 248
def ps_addr=(ps_addr)
  @ps_addr = ps_addr
end
ps_payer() click to toggle source

PayPal決済サービス 支払人検証を取得する

@return

PayPal決済サービス 支払人検証

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

PayPal決済サービス 支払人検証を設定する

@param

#ps_payer PayPal決済サービス 支払人検証

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_authorization_dto.rb, line 265
def ps_payer=(ps_payer)
  @ps_payer = ps_payer
end
type() click to toggle source

支払タイプを取得する

@return

支払タイプ

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

支払タイプを設定する

@param

type 支払タイプ

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_authorization_dto.rb, line 180
def type=(type)
  @type = type
end
xid() click to toggle source

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

@return

3DSトランザクションID

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

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

@param

xid 3DSトランザクションID

# File tgMdk/lib/tg_mdk/mdk_dto/fraud_detection_authorization_dto.rb, line 146
def xid=(xid)
  @xid = xid
end