class Veritrans::Tercerog::Mdk::ProperTransactionInfo

検索結果:固有トランザクション情報のクラス

@author

VeriTrans Inc.

Public Instance Methods

acquirer_binary() click to toggle source

仕向先バイナリを取得する

@return

仕向先バイナリ

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

仕向先バイナリを取得する

@param

#acquirer_binary 仕向先バイナリ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1265
def acquirer_binary=(acquirer_binary)
  @acquirer_binary = acquirer_binary
end
alipay_txn_type() click to toggle source

Alipayの対象取引タイプを取得する

@return

Alipayの対象取引タイプ

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

Alipayの対象取引タイプを設定する

@param

#alipay_txn_type Alipayの対象取引タイプ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1860
def alipay_txn_type=(alipay_txn_type)
  @alipay_txn_type = alipay_txn_type
end
alipayx_request_datetime() click to toggle source

Alipay+決済センターへの要求日時を取得する

@return

Alipay+決済センターへの要求日時

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

Alipay+決済センターへの要求日時を設定する

@param

#alipayx_request_datetime Alipay+決済センターへの要求日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2863
def alipayx_request_datetime=(alipayx_request_datetime)
  @alipayx_request_datetime = alipayx_request_datetime
end
alipayx_response_datetime() click to toggle source

Alipay+決済センターからの返戻日時を取得する

@return

Alipay+決済センターからの返戻日時

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

Alipay+決済センターからの返戻日時を設定する

@param

#alipayx_response_datetime Alipay+決済センターからの返戻日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2880
def alipayx_response_datetime=(alipayx_response_datetime)
  @alipayx_response_datetime = alipayx_response_datetime
end
alipayx_result_code() click to toggle source

Alipay+決済センター結果コードを取得する

@return

Alipay+決済センター結果コード

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

Alipay+決済センター結果コードを設定する

@param

#alipayx_result_code Alipay+決済センター結果コード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2846
def alipayx_result_code=(alipayx_result_code)
  @alipayx_result_code = alipayx_result_code
end
amount() click to toggle source

取引金額を取得する

@return

取引金額

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

取引金額を設定する

@param

amount 取引金額

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1078
def amount=(amount)
  @amount = amount
end
approval_no() click to toggle source

承認番号を取得する

@return

承認番号

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

承認番号を設定する

@param

#approval_no 承認番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2064
def approval_no=(approval_no)
  @approval_no = approval_no
end
aq_aqf_point_balance() click to toggle source

永久不滅ポイント残高を取得する

@return

永久不滅ポイント残高

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

永久不滅ポイント残高を設定する

@param

#aq_aqf_point_balance 永久不滅ポイント残高

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1656
def aq_aqf_point_balance=(aq_aqf_point_balance)
  @aq_aqf_point_balance = aq_aqf_point_balance
end
aq_aqf_wallet_balance() click to toggle source

永久不滅ウォレット残高を取得する

@return

永久不滅ウォレット残高

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

永久不滅ウォレット残高を設定する

@param

#aq_aqf_wallet_balance 永久不滅ウォレット残高

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1639
def aq_aqf_wallet_balance=(aq_aqf_wallet_balance)
  @aq_aqf_wallet_balance = aq_aqf_wallet_balance
end
aq_available_value() click to toggle source

交換後利用可能バリューを取得する

@return

交換後利用可能バリュー

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

交換後利用可能バリューを設定する

@param

#aq_available_value 交換後利用可能バリュー

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1673
def aq_available_value=(aq_available_value)
  @aq_available_value = aq_available_value
end
auth_code() click to toggle source

承認番号(MasterPass)を取得する

@return

承認番号(MasterPass)

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

承認番号(MasterPass)を設定する

@param

#auth_code 承認番号(MasterPass)

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2353
def auth_code=(auth_code)
  @auth_code = auth_code
end
auth_request_datetime() click to toggle source

本人認証要求日時を取得する

@return

本人認証要求日時

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

本人認証要求日時を設定する

@param

#auth_request_datetime 本人認証要求日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1554
def auth_request_datetime=(auth_request_datetime)
  @auth_request_datetime = auth_request_datetime
end
auth_response_code() click to toggle source

本人認証レスポンスコードを取得する

@return

本人認証レスポンスコード

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

本人認証レスポンスコードを設定する

@param

#auth_response_code 本人認証レスポンスコード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1384
def auth_response_code=(auth_response_code)
  @auth_response_code = auth_response_code
end
auth_response_datetime() click to toggle source

本人認証応答日時を取得する

@return

本人認証応答日時

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

本人認証応答日時を設定する

@param

#auth_response_datetime 本人認証応答日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1571
def auth_response_datetime=(auth_response_datetime)
  @auth_response_datetime = auth_response_datetime
end
author_result() click to toggle source

自動審査結果を取得する

@return

自動審査結果

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

自動審査結果を設定する

@param

#author_result 自動審査結果

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2965
def author_result=(author_result)
  @author_result = author_result
end
bankpay_error_code() click to toggle source

BankPayエラーコードを取得する

@return

BankPayエラーコード

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

BankPayエラーコードをを設定する

@param

#bankpay_error_code BankPayエラーコードを

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2778
def bankpay_error_code=(bankpay_error_code)
  @bankpay_error_code = bankpay_error_code
end
bankpay_request_datetime() click to toggle source

BankpPayへの要求日時を取得する

@return

BankpPayへの要求日時

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

BankpPayへの要求日時を設定する

@param

#bankpay_request_datetime BankpPayへの要求日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2795
def bankpay_request_datetime=(bankpay_request_datetime)
  @bankpay_request_datetime = bankpay_request_datetime
end
bankpay_response_datetime() click to toggle source

BankpPayからの返戻日時を取得する

@return

BankpPayからの返戻日時

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

BankpPayからの返戻日時を設定する

@param

#bankpay_response_datetime BankpPayからの返戻日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2812
def bankpay_response_datetime=(bankpay_response_datetime)
  @bankpay_response_datetime = bankpay_response_datetime
end
brand_id() click to toggle source

ブランドIDを取得する

@return

ブランドID

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

ブランドIDを設定する

@param

#brand_id ブランドID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1248
def brand_id=(brand_id)
  @brand_id = brand_id
end
card_brand_code() click to toggle source

取引カードブランドコードを取得する

@return

取引カードブランドコード

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

取引カードブランドコードを設定する

@param

#card_brand_code 取引カードブランドコード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 111
def card_brand_code=(card_brand_code)
  @card_brand_code = card_brand_code
end
card_no() click to toggle source

取引カード番号を取得する

@return

取引カード番号

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

取引カード番号を設定する

@param

#card_no 取引カード番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 94
def card_no=(card_no)
  @card_no = card_no
end
card_transaction_type() click to toggle source

カードトランザクションタイプを取得する

@return

カードトランザクションタイプ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 254
def card_transaction_type
  @card_transaction_type || nil
end
card_transaction_type=(card_transaction_type) click to toggle source

カードトランザクションタイプを設定する

@param

#card_transaction_type カードトランザクションタイプ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 262
def card_transaction_type=(card_transaction_type)
  @card_transaction_type = card_transaction_type
end
card_type() click to toggle source

カード種別を取得する

@return

カード種別

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

カード種別を設定する

@param

#card_type カード種別

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 77
def card_type=(card_type)
  @card_type = card_type
end
card_v_result_code() click to toggle source

カード結果コードを取得する

@return

カード結果コード

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

カード結果コードを設定する

@param

#card_v_result_code カード結果コード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2387
def card_v_result_code=(card_v_result_code)
  @card_v_result_code = card_v_result_code
end
center_proc_datetime() click to toggle source

取引日時を取得する

@return

取引日時

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

取引日時を設定する

@param

#center_proc_datetime 取引日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 60
def center_proc_datetime=(center_proc_datetime)
  @center_proc_datetime = center_proc_datetime
end
center_reason_code() click to toggle source

決済センター理由コードを取得する

@return

決済センター理由コード

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

決済センター理由コードを設定する

@param

#center_reason_code 決済センター理由コード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3033
def center_reason_code=(center_reason_code)
  @center_reason_code = center_reason_code
end
center_reference_number() click to toggle source

センターリファレンス番号を取得する

@return

センターリファレンス番号

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

センターリファレンス番号を設定する

@param

#center_reference_number センターリファレンス番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 364
def center_reference_number=(center_reference_number)
  @center_reference_number = center_reference_number
end
center_request_date() click to toggle source

センター要求日時を取得する

@return

センター要求日時

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

センター要求日時を設定する

@param

#center_request_date センター要求日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 313
def center_request_date=(center_request_date)
  @center_request_date = center_request_date
end
center_request_datetime() click to toggle source

センター要求日時を取得する

@return

センター要求日時

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

センター要求日時を設定する

@param

#center_request_datetime センター要求日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 161
def center_request_datetime=(center_request_datetime)
  @center_request_datetime = center_request_datetime
end
center_request_number() click to toggle source

センター要求番号を取得する

@return

センター要求番号

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

センター要求番号を設定する

@param

#center_request_number センター要求番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 347
def center_request_number=(center_request_number)
  @center_request_number = center_request_number
end
center_response_date() click to toggle source

センター応答日時を取得する

@return

センター応答日時

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

センター応答日時を設定する

@param

#center_response_date センター応答日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 330
def center_response_date=(center_response_date)
  @center_response_date = center_response_date
end
center_response_datetime() click to toggle source

センター応答日時を取得する

@return

センター応答日時

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

センター応答日時を設定する

@param

#center_response_datetime センター応答日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 178
def center_response_datetime=(center_response_datetime)
  @center_response_datetime = center_response_datetime
end
center_result_code() click to toggle source

決済センター結果コードを取得する

@return

決済センター結果コード

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

決済センター結果コードを設定する

@param

#center_result_code 決済センター結果コード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2999
def center_result_code=(center_result_code)
  @center_result_code = center_result_code
end
center_state_code() click to toggle source

決済センター状態コードを取得する

@return

決済センター状態コード

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

決済センター状態コードを設定する

@param

#center_state_code 決済センター状態コード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3016
def center_state_code=(center_state_code)
  @center_state_code = center_state_code
end
center_trade_id() click to toggle source

Alipayの決済センターとの取引IDを取得する

@return

Alipayの決済センターとの取引ID

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

Alipayの決済センターとの取引IDを設定する

@param

#center_trade_id Alipayの決済センターとの取引ID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1843
def center_trade_id=(center_trade_id)
  @center_trade_id = center_trade_id
end
center_transaction_id() click to toggle source

決済センターのトランザクション管理IDを取得する

@return

決済センターのトランザクション管理ID

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

決済センターのトランザクション管理IDを設定する

@param

#center_transaction_id 決済センターのトランザクション管理ID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2982
def center_transaction_id=(center_transaction_id)
  @center_transaction_id = center_transaction_id
end
center_txn_id() click to toggle source

Paypal取引識別子を取得する

@return

取引識別子

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

Paypal取引識別子を設定する

@param

#center_txn_id 取引識別子

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1129
def center_txn_id=(center_txn_id)
  @center_txn_id = center_txn_id
end
connected_center_id() click to toggle source

接続先カード接続センターを取得する

@return

接続先カード接続センター

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

接続先カード接続センターを設定する

@param

#connected_center_id 接続先カード接続センター

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 483
def connected_center_id=(connected_center_id)
  @connected_center_id = connected_center_id
end
corporation_id() click to toggle source

カード会社IDを取得する

@return

カード会社ID

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

カード会社IDを設定する

@param

#corporation_id カード会社ID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1231
def corporation_id=(corporation_id)
  @corporation_id = corporation_id
end
cr_request_datetime() click to toggle source

キャリアからの要求日時を取得する

@return

キャリアからの要求日時

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

キャリアからの要求日時を設定する

@param

#cr_request_datetime キャリアからの要求日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1996
def cr_request_datetime=(cr_request_datetime)
  @cr_request_datetime = cr_request_datetime
end
cr_response_datetime() click to toggle source

キャリアからの返戻日時を取得する

@return

キャリアからの返戻日時

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

キャリアからの返戻日時を設定する

@param

#cr_response_datetime キャリアからの返戻日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2013
def cr_response_datetime=(cr_response_datetime)
  @cr_response_datetime = cr_response_datetime
end
cr_result_code() click to toggle source

キャリア結果コードを取得する

@return

キャリア結果コード

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

キャリア結果コードを設定する

@param

#cr_result_code キャリア結果コード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1962
def cr_result_code=(cr_result_code)
  @cr_result_code = cr_result_code
end
crres_status() click to toggle source

CRRSステータスを取得する

@return

CRRSステータス

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

CRRSステータスを設定する

@param

#crres_status CRRSステータス

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1299
def crres_status=(crres_status)
  @crres_status = crres_status
end
cvs_txn_type() click to toggle source

取引対象タイプを取得する

@return

取引対象タイプ

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

取引対象タイプを設定する

@param

#cvs_txn_type 取引対象タイプ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 195
def cvs_txn_type=(cvs_txn_type)
  @cvs_txn_type = cvs_txn_type
end
cvspay_cancel_order_id() click to toggle source

CvsPay取消オーダーIDを取得する

@return

CvsPay取消オーダーID

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

CvsPay取消オーダーIDを設定する

@param

#cvspay_cancel_order_id CvsPay取消オーダーID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2948
def cvspay_cancel_order_id=(cvspay_cancel_order_id)
  @cvspay_cancel_order_id = cvspay_cancel_order_id
end
cvspay_request_datetime() click to toggle source

CvsPayへの要求日時を取得する

@return

CvsPayへの要求日時

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

CvsPayへの要求日時を設定する

@param

#cvspay_request_datetime CvsPayへの要求日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2914
def cvspay_request_datetime=(cvspay_request_datetime)
  @cvspay_request_datetime = cvspay_request_datetime
end
cvspay_response_datetime() click to toggle source

CvsPayからの返戻日時を取得する

@return

CvsPayからの返戻日時

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

CvsPayからの返戻日時を設定する

@param

#cvspay_response_datetime CvsPayからの返戻日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2931
def cvspay_response_datetime=(cvspay_response_datetime)
  @cvspay_response_datetime = cvspay_response_datetime
end
cvspay_result_cd() click to toggle source

CvsPay結果コードを取得する

@return

CvsPay結果コード

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

CvsPay結果コードを設定する

@param

#cvspay_result_cd CvsPay結果コード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2897
def cvspay_result_cd=(cvspay_result_cd)
  @cvspay_result_cd = cvspay_result_cd
end
deposit_date() click to toggle source

入金日を取得する

@return

入金日

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

入金日を設定する

@param

#deposit_date 入金日

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2489
def deposit_date=(deposit_date)
  @deposit_date = deposit_date
end
deposit_id() click to toggle source

入金IDを取得する

@return

入金ID

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

入金IDを設定する

@param

#deposit_id 入金ID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2455
def deposit_id=(deposit_id)
  @deposit_id = deposit_id
end
detail_command_type() click to toggle source

詳細コマンドタイプを取得する

@return

詳細コマンドタイプ

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

詳細コマンドタイプを設定する

@param

#detail_command_type 詳細コマンドタイプ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1979
def detail_command_type=(detail_command_type)
  @detail_command_type = detail_command_type
end
ds_login_id() click to toggle source

ディレクトリサービスログインIDを取得する

@return

ディレクトリサービスログインID

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

ディレクトリサービスログインIDを設定する

@param

#ds_login_id ディレクトリサービスログインID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1282
def ds_login_id=(ds_login_id)
  @ds_login_id = ds_login_id
end
em_txn_type() click to toggle source

取引対象タイプを取得する

@return

取引対象タイプ

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

取引対象タイプを設定する

@param

#em_txn_type 取引対象タイプ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 43
def em_txn_type=(em_txn_type)
  @em_txn_type = em_txn_type
end
epos_request_datetime() click to toggle source

エポスへの要求日時を取得する

@return

エポスへの要求日時

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

エポスへの要求日時を設定する

@param

#epos_request_datetime エポスへの要求日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3101
def epos_request_datetime=(epos_request_datetime)
  @epos_request_datetime = epos_request_datetime
end
epos_response_datetime() click to toggle source

エポスからの返戻日時を取得する

@return

エポスからの返戻日時

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

エポスからの返戻日時を設定する

@param

#epos_response_datetime エポスからの返戻日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3118
def epos_response_datetime=(epos_response_datetime)
  @epos_response_datetime = epos_response_datetime
end
exchange_rate() click to toggle source

Paypal外貨換算レートを取得する

@return

外貨換算レート

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

Paypal外貨換算レートを設定する

@param

#exchange_rate 外貨換算レート

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1163
def exchange_rate=(exchange_rate)
  @exchange_rate = exchange_rate
end
fd_result() click to toggle source

不正検知評価結果を取得する

@return

不正検知評価結果

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

不正検知評価結果を設定する

@param

#fd_result 不正検知評価結果

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3169
def fd_result=(fd_result)
  @fd_result = fd_result
end
fee_amount() click to toggle source

手数料を取得する

@return

手数料

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

手数料を設定する

@param

#fee_amount 手数料

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1146
def fee_amount=(fee_amount)
  @fee_amount = fee_amount
end
frequency_unit() click to toggle source

頻度(単位)を取得する

@return

頻度(単位)

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

頻度(単位)を設定する

@param

#frequency_unit 頻度(単位)

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3322
def frequency_unit=(frequency_unit)
  @frequency_unit = frequency_unit
end
frequency_value() click to toggle source

頻度(値)を取得する

@return

頻度(値)

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

頻度(値)を設定する

@param

#frequency_value 頻度(値)

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3339
def frequency_value=(frequency_value)
  @frequency_value = frequency_value
end
gateway_request_date() click to toggle source

ゲートウェイ要求日時を取得する

@return

ゲートウェイ要求日時

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

ゲートウェイ要求日時を設定する

@param

#gateway_request_date ゲートウェイ要求日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 279
def gateway_request_date=(gateway_request_date)
  @gateway_request_date = gateway_request_date
end
gateway_response_date() click to toggle source

ゲートウェイ応答日時を取得する

@return

ゲートウェイ応答日時

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

ゲートウェイ応答日時を設定する

@param

#gateway_response_date ゲートウェイ応答日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 296
def gateway_response_date=(gateway_response_date)
  @gateway_response_date = gateway_response_date
end
gateway_trans_id() click to toggle source

決済ゲートウェイ管理IDを取得する

@return

決済ゲートウェイ管理ID

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

決済ゲートウェイ管理IDを設定する

@param

#gateway_trans_id 決済ゲートウェイ管理ID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2829
def gateway_trans_id=(gateway_trans_id)
  @gateway_trans_id = gateway_trans_id
end
inquiry_code() click to toggle source

問合せ番号を取得する

@return

問合せ番号

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

問合せ番号を設定する

@param

#inquiry_code 問合せ番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3305
def inquiry_code=(inquiry_code)
  @inquiry_code = inquiry_code
end
item_name() click to toggle source

商品名を取得する

@return

商品名

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

商品名を設定する

@param

#item_name 商品名

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2693
def item_name=(item_name)
  @item_name = item_name
end
jpy_amount() click to toggle source

円金額を取得する

@return

円金額

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

円金額を設定する

@param

#jpy_amount 円金額

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2132
def jpy_amount=(jpy_amount)
  @jpy_amount = jpy_amount
end
linepay_error_code() click to toggle source

LINE Payエラーコードを取得する

@return

LINE Payエラーコード

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

LINE Payエラーコードを設定する

@param

#linepay_error_code LINE Payエラーコード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2302
def linepay_error_code=(linepay_error_code)
  @linepay_error_code = linepay_error_code
end
linepay_request_datetime() click to toggle source

LINE Payへの要求日時を取得する

@return

LINE Payへの要求日時

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

LINE Payへの要求日時を設定する

@param

#linepay_request_datetime LINE Payへの要求日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2319
def linepay_request_datetime=(linepay_request_datetime)
  @linepay_request_datetime = linepay_request_datetime
end
linepay_response_datetime() click to toggle source

LINE Payからの返戻日時を取得する

@return

LINE Payからの返戻日時

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

LINE Payからの返戻日時を設定する

@param

#linepay_response_datetime LINE Payからの返戻日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2336
def linepay_response_datetime=(linepay_response_datetime)
  @linepay_response_datetime = linepay_response_datetime
end
loan_principal() click to toggle source

ローン元金を取得する

@return

ローン元金

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

ローン元金を設定する

@param

#loan_principal ローン元金

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2098
def loan_principal=(loan_principal)
  @loan_principal = loan_principal
end
log_id() click to toggle source

API実行IDを取得する

@return

API実行ID

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

API実行IDを設定する

@param

#log_id API実行ID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 145
def log_id=(log_id)
  @log_id = log_id
end
loopback() click to toggle source

ループバックを取得する

@return

ループバック

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

ループバックを設定する

@param

loopback ループバック

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 466
def loopback=(loopback)
  @loopback = loopback
end
masterpass_request_datetime() click to toggle source

MasterPassへの要求日時を取得する

@return

MasterPassへの要求日時

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

MasterPassへの要求日時を設定する

@param

#masterpass_request_datetime MasterPassへの要求日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2404
def masterpass_request_datetime=(masterpass_request_datetime)
  @masterpass_request_datetime = masterpass_request_datetime
end
masterpass_response_datetime() click to toggle source

MasterPassからの返戻日時を取得する

@return

MasterPassからの返戻日時

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

MasterPassからの返戻日時を設定する

@param

#masterpass_response_datetime MasterPassからの返戻日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2421
def masterpass_response_datetime=(masterpass_response_datetime)
  @masterpass_response_datetime = masterpass_response_datetime
end
merpay_error_code() click to toggle source

merpayエラーコードを取得する

@return

merpayエラーコード

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

merpayエラーコードを設定する

@param

#merpay_error_code merpayエラーコード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3186
def merpay_error_code=(merpay_error_code)
  @merpay_error_code = merpay_error_code
end
merpay_processing_id() click to toggle source

決済センターとの取引IDを取得する

@return

決済センターとの取引ID

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

決済センターとの取引IDを設定する

@param

#merpay_processing_id 決済センターとの取引ID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3254
def merpay_processing_id=(merpay_processing_id)
  @merpay_processing_id = merpay_processing_id
end
merpay_request_datetime() click to toggle source

merpayへの要求日時を取得する

@return

merpayへの要求日時

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

merpayへの要求日時を設定する

@param

#merpay_request_datetime merpayへの要求日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3271
def merpay_request_datetime=(merpay_request_datetime)
  @merpay_request_datetime = merpay_request_datetime
end
merpay_resource_id() click to toggle source

merpayの管理IDを取得する

@return

merpayの管理ID

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

merpayの管理IDを設定する

@param

#merpay_resource_id merpayの管理ID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3237
def merpay_resource_id=(merpay_resource_id)
  @merpay_resource_id = merpay_resource_id
end
merpay_response_datetime() click to toggle source

merpayからの返戻日時を取得する

@return

merpayからの返戻日時

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

merpayからの返戻日時を設定する

@param

#merpay_response_datetime merpayからの返戻日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3288
def merpay_response_datetime=(merpay_response_datetime)
  @merpay_response_datetime = merpay_response_datetime
end
mpi_transaction_type() click to toggle source

MPIトランザクションタイプを取得する

@return

MPIトランザクションタイプ

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

MPIトランザクションタイプを設定する。

@param

#mpi_transaction_type MPIトランザクションタイプ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1197
def mpi_transaction_type=(mpi_transaction_type)
  @mpi_transaction_type = mpi_transaction_type
end
net_refund_amount() click to toggle source

Paypal純返金金額を取得する

@return

純返金金額

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

Paypal純返金金額を設定する

@param

#net_refund_amount 純返金金額

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1180
def net_refund_amount=(net_refund_amount)
  @net_refund_amount = net_refund_amount
end
operator_id() click to toggle source

従業員IDを取得する

@return

従業員ID

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

従業員IDを設定する

@param

#operator_id 従業員ID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3203
def operator_id=(operator_id)
  @operator_id = operator_id
end
order_state_code() click to toggle source

審査結果コードを取得する

@return

審査結果コード

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

審査結果コードを設定する

@param

#order_state_code 審査結果コード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2047
def order_state_code=(order_state_code)
  @order_state_code = order_state_code
end
orico_txn_type() click to toggle source

取引対象タイプを取得する

@return

取引対象タイプ

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

取引対象タイプを設定する

@param

#orico_txn_type 取引対象タイプ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2030
def orico_txn_type=(orico_txn_type)
  @orico_txn_type = orico_txn_type
end
pares_eci() click to toggle source

PARES ECIを取得する

@return

PARES ECI

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

PARES ECIを設定する

@param

#pares_eci PARES ECI

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1367
def pares_eci=(pares_eci)
  @pares_eci = pares_eci
end
pares_sign() click to toggle source

PARESサインを取得する

@return

PARESサイン

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

PARESサインを設定する

@param

#pares_sign PARESサイン

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1333
def pares_sign=(pares_sign)
  @pares_sign = pares_sign
end
pares_status() click to toggle source

PARESステータスを取得する

@return

PARESステータス

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

PARESステータスを設定する

@param

#pares_status PARESステータス

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1350
def pares_status=(pares_status)
  @pares_status = pares_status
end
pay_type() click to toggle source

Alipayの決済種別を取得する

@return

Alipayの決済種別

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

Alipayの決済種別を設定する

@param

#pay_type Alipayの決済種別

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1945
def pay_type=(pay_type)
  @pay_type = pay_type
end
payment_count() click to toggle source

支払回数を取得する

@return

支払回数

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

支払回数を設定する

@param

#payment_count 支払回数

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2115
def payment_count=(payment_count)
  @payment_count = payment_count
end
payment_time() click to toggle source

Alipayの清支払い日付を取得する

@return

Alipayの支払い日付

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

Alipayの支払い日付を設定する

@param

#payment_time Alipayの支払い日付

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1911
def payment_time=(payment_time)
  @payment_time = payment_time
end
paypay_error_code() click to toggle source

PayPayエラーコードを取得する

@return

PayPayエラーコード

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

PayPayエラーコードを設定する

@param

#paypay_error_code PayPayエラーコード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2761
def paypay_error_code=(paypay_error_code)
  @paypay_error_code = paypay_error_code
end
paypay_online_txn_id() click to toggle source

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

@return

PayPayトランザクションID

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

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

@param

#paypay_online_txn_id PayPayトランザクションID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2744
def paypay_online_txn_id=(paypay_online_txn_id)
  @paypay_online_txn_id = paypay_online_txn_id
end
paypay_request_datetime() click to toggle source

PayPayへの要求日時を取得する

@return

PayPayへの要求日時

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

PayPayへの要求日時を設定する

@param

#paypay_request_datetime PayPayへの要求日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2710
def paypay_request_datetime=(paypay_request_datetime)
  @paypay_request_datetime = paypay_request_datetime
end
paypay_response_datetime() click to toggle source

PayPayからの返戻日時を取得する

@return

PayPayからの返戻日時

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

PayPayからの返戻日時を設定する

@param

#paypay_response_datetime PayPayからの返戻日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2727
def paypay_response_datetime=(paypay_response_datetime)
  @paypay_response_datetime = paypay_response_datetime
end
paypay_result_code() click to toggle source

PayPay返戻コードを取得する

@return

PayPay返戻コード

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

PayPay返戻コードを設定する

@param

#paypay_result_code PayPay返戻コード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2642
def paypay_result_code=(paypay_result_code)
  @paypay_result_code = paypay_result_code
end
pe_txn_type() click to toggle source

対象取引タイプを取得する

@return

対象取引タイプ

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

対象取引タイプを設定する

@param

#pe_txn_type 対象取引タイプ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 212
def pe_txn_type=(pe_txn_type)
  @pe_txn_type = pe_txn_type
end
pending() click to toggle source

ペンディングを取得する

@return

ペンディング

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

ペンディングを設定する

@param

pending ペンディング

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 449
def pending=(pending)
  @pending = pending
end
pp_txn_type() click to toggle source

Paypal対象取引タイプを取得する

@return

対象取引タイプ

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

Paypal対象取引タイプを設定する

@param

#pp_txn_type 対象取引タイプ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1112
def pp_txn_type=(pp_txn_type)
  @pp_txn_type = pp_txn_type
end
rakuten_api_error_code() click to toggle source

楽天APIエラーコードを取得する

@return

楽天APIエラーコード

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

楽天APIエラーコードを設定する

@param

#rakuten_api_error_code 多通貨レスポンスコード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2166
def rakuten_api_error_code=(rakuten_api_error_code)
  @rakuten_api_error_code = rakuten_api_error_code
end
rakuten_api_error_type() click to toggle source

楽天APIエラータイプを取得する

@return

楽天APIエラータイプ

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

楽天APIエラータイプを設定する

@param

#rakuten_api_error_type 楽天APIエラータイプ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3356
def rakuten_api_error_type=(rakuten_api_error_type)
  @rakuten_api_error_type = rakuten_api_error_type
end
rakuten_bc_response_code() click to toggle source

楽天バーコード決済返戻コードを取得する

@return

楽天バーコード決済返戻コード

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

楽天バーコード決済返戻コードを設定する

@param

#rakuten_bc_response_code 楽天バーコード決済返戻コード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2200
def rakuten_bc_response_code=(rakuten_bc_response_code)
  @rakuten_bc_response_code = rakuten_bc_response_code
end
rakuten_order_error_code() click to toggle source

楽天取引エラーコードを取得する

@return

楽天取引エラーコード

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

楽天取引エラーコードを設定する

@param

#rakuten_order_error_code 楽天取引エラーコード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2183
def rakuten_order_error_code=(rakuten_order_error_code)
  @rakuten_order_error_code = rakuten_order_error_code
end
rakuten_request_datetime() click to toggle source

楽天への要求日時を取得する

@return

楽天への要求日時

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

楽天への要求日時を設定する

@param

#rakuten_request_datetime 楽天への要求日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2217
def rakuten_request_datetime=(rakuten_request_datetime)
  @rakuten_request_datetime = rakuten_request_datetime
end
rakuten_response_datetime() click to toggle source

楽天からの返戻日時を取得する

@return

楽天からの返戻日時

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

楽天からの返戻日時を設定する

@param

#rakuten_response_datetime 楽天からの返戻日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2234
def rakuten_response_datetime=(rakuten_response_datetime)
  @rakuten_response_datetime = rakuten_response_datetime
end
receipt_no() click to toggle source

受付番号を取得する

@return

受付番号

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

受付番号を設定する

@param

#receipt_no 受付番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 229
def receipt_no=(receipt_no)
  @receipt_no = receipt_no
end
receipt_number() click to toggle source

レシート番号を取得する

@return

レシート番号

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

レシート番号を設定する

@param

#receipt_number レシート番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2676
def receipt_number=(receipt_number)
  @receipt_number = receipt_number
end
recruit_error_code() click to toggle source

リクルートエラーコードを取得する

@return

リクルートエラーコード

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

リクルートエラーコードを設定する

@param

#recruit_error_code リクルートエラーコード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2251
def recruit_error_code=(recruit_error_code)
  @recruit_error_code = recruit_error_code
end
recruit_request_datetime() click to toggle source

リクルートへの要求日時を取得する

@return

リクルートへの要求日時

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

リクルートへの要求日時を設定する

@param

#recruit_request_datetime リクルートへの要求日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2268
def recruit_request_datetime=(recruit_request_datetime)
  @recruit_request_datetime = recruit_request_datetime
end
recruit_response_datetime() click to toggle source

リクルートからの返戻日時を取得する

@return

リクルートからの返戻日時

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

リクルートからの返戻日時を設定する

@param

#recruit_response_datetime リクルートからの返戻日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2285
def recruit_response_datetime=(recruit_response_datetime)
  @recruit_response_datetime = recruit_response_datetime
end
reference_number() click to toggle source

リファレンス番号を取得する

@return

リファレンス番号

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

リファレンス番号を設定する

@param

#reference_number リファレンス番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2370
def reference_number=(reference_number)
  @reference_number = reference_number
end
registration_method() click to toggle source

登録方法を取得する

@return

登録方法

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

登録方法を設定する

@param

#registration_method 登録方法

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2472
def registration_method=(registration_method)
  @registration_method = registration_method
end
req3d_cavv() click to toggle source

要求3D CAVVを取得する

@return

要求3D CAVV

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

要求3D CAVVを設定する

@param

#req3d_cavv 要求3D CAVV

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 789
def req3d_cavv=(req3d_cavv)
  @req3d_cavv = req3d_cavv
end
req3d_cavv_algorithm() click to toggle source

要求3D CAVVアルゴリズムを取得する

@return

要求3D CAVVアルゴリズム

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

要求3D CAVVアルゴリズムを設定する

@param

#req3d_cavv_algorithm 要求3D CAVVアルゴリズム

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 772
def req3d_cavv_algorithm=(req3d_cavv_algorithm)
  @req3d_cavv_algorithm = req3d_cavv_algorithm
end
req3d_ds_transaction_id() click to toggle source

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

@return

要求3D DSトランザクションID

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

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

@param

#req3d_ds_transaction_id 要求3D DSトランザクションID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 823
def req3d_ds_transaction_id=(req3d_ds_transaction_id)
  @req3d_ds_transaction_id = req3d_ds_transaction_id
end
req3d_eci() click to toggle source

要求3D ECIを取得する

@return

要求3D ECI

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

要求3D ECIを設定する

@param

#req3d_eci 要求3D ECI

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 806
def req3d_eci=(req3d_eci)
  @req3d_eci = req3d_eci
end
req3d_message_version() click to toggle source

要求3Dメッセージバージョンを取得する

@return

要求3Dメッセージバージョン

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

要求3Dメッセージバージョンを設定する

@param

#req3d_message_version 要求3Dメッセージバージョン

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 721
def req3d_message_version=(req3d_message_version)
  @req3d_message_version = req3d_message_version
end
req3d_server_transaction_id() click to toggle source

要求3DサーバトランザクションIDを取得する

@return

要求3DサーバトランザクションID

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

要求3DサーバトランザクションIDを設定する

@param

#req3d_server_transaction_id 要求3DサーバトランザクションID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 840
def req3d_server_transaction_id=(req3d_server_transaction_id)
  @req3d_server_transaction_id = req3d_server_transaction_id
end
req3d_transaction_id() click to toggle source

要求3DトランザクションIDを取得する

@return

要求3DトランザクションID

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

要求3DトランザクションIDを設定する

@param

#req3d_transaction_id 要求3DトランザクションID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 738
def req3d_transaction_id=(req3d_transaction_id)
  @req3d_transaction_id = req3d_transaction_id
end
req3d_transaction_status() click to toggle source

要求3Dトランザクションステータスを取得する

@return

要求3Dトランザクションステータス

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

要求3Dトランザクションステータスを設定する

@param

#req3d_transaction_status 要求3Dトランザクションステータス

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 755
def req3d_transaction_status=(req3d_transaction_status)
  @req3d_transaction_status = req3d_transaction_status
end
req_acquirer_code() click to toggle source

要求仕向先コードを取得する

@return

要求仕向先コード

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

要求仕向先コードを設定する

@param

#req_acquirer_code 要求仕向先コード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 602
def req_acquirer_code=(req_acquirer_code)
  @req_acquirer_code = req_acquirer_code
end
req_amount() click to toggle source

要求カードオプションタイプを取得する

@return

要求カードオプションタイプ

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

要求カードオプションタイプを設定する

@param

#req_amount 要求カードオプションタイプ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 534
def req_amount=(req_amount)
  @req_amount = req_amount
end
req_auth_code() click to toggle source

要求承認番号を取得する

@return

要求承認番号

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

要求承認番号を設定する

@param

#req_auth_code 要求承認番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 585
def req_auth_code=(req_auth_code)
  @req_auth_code = req_auth_code
end
req_auth_flag() click to toggle source

要求認証番号を取得する

@return

要求認証番号

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

要求認証番号を設定する

@param

#req_auth_flag 要求認証番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 874
def req_auth_flag=(req_auth_flag)
  @req_auth_flag = req_auth_flag
end
req_birthday() click to toggle source

要求誕生日を取得する

@return

要求誕生日

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

要求誕生日を設定する

@param

#req_birthday 要求誕生日

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 891
def req_birthday=(req_birthday)
  @req_birthday = req_birthday
end
req_cancel_day() click to toggle source

要求取消日を取得する

@return

要求取消日

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

要求取消日を設定する

@param

#req_cancel_day 要求取消日

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 670
def req_cancel_day=(req_cancel_day)
  @req_cancel_day = req_cancel_day
end
req_card_center() click to toggle source

要求カードセンターを取得する

@return

要求カードセンター

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

要求カードセンターを設定する

@param

#req_card_center 要求カードセンター

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 619
def req_card_center=(req_card_center)
  @req_card_center = req_card_center
end
req_card_expire() click to toggle source

要求カード有効期限を取得する

@return

要求カード有効期限

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

要求カード有効期限を設定する

@param

#req_card_expire 要求カード有効期限

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 517
def req_card_expire=(req_card_expire)
  @req_card_expire = req_card_expire
end
req_card_number() click to toggle source

要求カード番号を取得する

@return

要求カード番号

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

要求カード番号を設定する

@param

#req_card_number 要求カード番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 500
def req_card_number=(req_card_number)
  @req_card_number = req_card_number
end
req_card_option_type() click to toggle source

要求取引金額を取得する

@return

要求取引金額

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

要求取引金額を設定する

@param

#req_card_option_type 要求取引金額

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 551
def req_card_option_type=(req_card_option_type)
  @req_card_option_type = req_card_option_type
end
req_currency_unit() click to toggle source

要求通貨単位を取得する

@return

要求通貨単位

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

要求通貨単位を設定する

@param

#req_currency_unit 要求通貨単位

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1622
def req_currency_unit=(req_currency_unit)
  @req_currency_unit = req_currency_unit
end
req_first_kana_name() click to toggle source

要求カナ名前(名)を取得する

@return

要求カナ名前(名)

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

要求カナ名前(名)を設定する

@param

#req_first_kana_name 要求カナ名前(名)

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 925
def req_first_kana_name=(req_first_kana_name)
  @req_first_kana_name = req_first_kana_name
end
req_item_code() click to toggle source

要求商品コードを取得する

@return

要求商品コード

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

要求商品コードを設定する

@param

#req_item_code 要求商品コード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 381
def req_item_code=(req_item_code)
  @req_item_code = req_item_code
end
req_jpo_information() click to toggle source

要求JPO情報を取得する

@return

要求JPO情報

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

要求JPO情報を設定する

@param

#req_jpo_information 要求JPO情報

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 636
def req_jpo_information=(req_jpo_information)
  @req_jpo_information = req_jpo_information
end
req_last_kana_name() click to toggle source

要求カナ名前(姓)を取得する

@return

要求カナ名前(姓)

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

要求カナ名前(姓)を設定する

@param

#req_last_kana_name 要求カナ名前(姓)

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 942
def req_last_kana_name=(req_last_kana_name)
  @req_last_kana_name = req_last_kana_name
end
req_merchant_transaction() click to toggle source

要求マーチャントトランザクション番号を取得する

@return

要求マーチャントトランザクション番号

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

要求マーチャントトランザクション番号を設定する

@param

#req_merchant_transaction 要求マーチャントトランザクション番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 568
def req_merchant_transaction=(req_merchant_transaction)
  @req_merchant_transaction = req_merchant_transaction
end
req_payment_type() click to toggle source

カードの要求支払種別を取得する

@return

カードの要求支払種別

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

カードの要求支払種別を設定する

@param

#req_payment_type カードの要求支払種別

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3135
def req_payment_type=(req_payment_type)
  @req_payment_type = req_payment_type
end
req_redirection_uri() click to toggle source

リダイレクションURIを取得する

@return

リダイレクションURI

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

リダイレクションURIを設定する

@param

#req_redirection_uri リダイレクションURI

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1214
def req_redirection_uri=(req_redirection_uri)
  @req_redirection_uri = req_redirection_uri
end
req_response_code() click to toggle source

カードの要求レスポンスコードを取得する

@return

カードの要求レスポンスコード

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

カードの要求レスポンスコードを設定する

@param

#req_response_code カードの要求レスポンスコード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3152
def req_response_code=(req_response_code)
  @req_response_code = req_response_code
end
req_return_reference_number() click to toggle source

要求リターン参照番号を取得する

@return

要求リターン参照番号

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

要求リターン参照番号を設定する

@param

#req_return_reference_number 要求リターン参照番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 415
def req_return_reference_number=(req_return_reference_number)
  @req_return_reference_number = req_return_reference_number
end
req_sales_day() click to toggle source

要求売上日を取得する

@return

要求売上日

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

要求売上日を設定する

@param

#req_sales_day 要求売上日

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 653
def req_sales_day=(req_sales_day)
  @req_sales_day = req_sales_day
end
req_security_code() click to toggle source

要求セキュリティコードを取得する

@return

要求セキュリティコード

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

要求セキュリティコードを設定する

@param

#req_security_code 要求セキュリティコード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 857
def req_security_code=(req_security_code)
  @req_security_code = req_security_code
end
req_tel() click to toggle source

要求電話番号を取得する

@return

要求電話番号

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

要求電話番号を設定する

@param

#req_tel 要求電話番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 908
def req_tel=(req_tel)
  @req_tel = req_tel
end
req_with_capture() click to toggle source

要求同時売上を取得する

@return

要求同時売上

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

要求同時売上を設定する

@param

#req_with_capture 要求同時売上

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 687
def req_with_capture=(req_with_capture)
  @req_with_capture = req_with_capture
end
req_with_direct() click to toggle source

要求同時直接を取得する

@return

要求同時直接

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

要求同時直接を設定する

@param

#req_with_direct 要求同時直接

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 704
def req_with_direct=(req_with_direct)
  @req_with_direct = req_with_direct
end
req_with_new() click to toggle source

要求新規返品を取得する

@return

要求新規返品

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

要求新規返品を設定する

@param

#req_with_new 要求新規返品

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1061
def req_with_new=(req_with_new)
  @req_with_new = req_with_new
end
request_date() click to toggle source

申込日を取得する

@return

申込日

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

申込日を設定する

@param

#request_date 申込日

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2081
def request_date=(request_date)
  @request_date = request_date
end
res3d_cavv() click to toggle source

応答3D CAVVを取得する

@return

応答3D CAVV

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

応答3D CAVV を設定する

@param

#res3d_cavv 応答3D CAVV

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1520
def res3d_cavv=(res3d_cavv)
  @res3d_cavv = res3d_cavv
end
res3d_cavv_algorithm() click to toggle source

応答3D CAVV アルゴリズムを取得する

@return

応答3D CAVV アルゴリズム

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

応答3D CAVV アルゴリズムを設定する

@param

#res3d_cavv_algorithm 応答3D CAVV アルゴリズム

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1503
def res3d_cavv_algorithm=(res3d_cavv_algorithm)
  @res3d_cavv_algorithm = res3d_cavv_algorithm
end
res3d_ds_transaction_id() click to toggle source

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

@return

応答3D DSトランザクションID

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

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

@param

#res3d_ds_transaction_id 応答3D DSトランザクションID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1452
def res3d_ds_transaction_id=(res3d_ds_transaction_id)
  @res3d_ds_transaction_id = res3d_ds_transaction_id
end
res3d_eci() click to toggle source

応答3D ECI を取得する

@return

応答3D ECI

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

応答3D ECIを設定する

@param

#res3d_eci 応答3D ECI

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1537
def res3d_eci=(res3d_eci)
  @res3d_eci = res3d_eci
end
res3d_message_version() click to toggle source

応答3Dメッセージバージョンを取得する

@return

応答3Dメッセージバージョン

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

応答3Dメッセージバージョンを設定する

@param

#res3d_message_version 応答3Dメッセージバージョン

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1418
def res3d_message_version=(res3d_message_version)
  @res3d_message_version = res3d_message_version
end
res3d_server_transaction_id() click to toggle source

応答3DサーバトランザクションIDを取得する

@return

応答3DサーバトランザクションID

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

応答3DサーバトランザクションIDを設定する

@param

#res3d_server_transaction_id 応答3DサーバトランザクションID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1469
def res3d_server_transaction_id=(res3d_server_transaction_id)
  @res3d_server_transaction_id = res3d_server_transaction_id
end
res3d_transaction_id() click to toggle source

応答3DトランザクションIDを取得する

@return

応答3DトランザクションID

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

応答3DトランザクションIDを設定する

@param

#res3d_transaction_id 応答3DトランザクションID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1435
def res3d_transaction_id=(res3d_transaction_id)
  @res3d_transaction_id = res3d_transaction_id
end
res3d_transaction_status() click to toggle source

応答3Dトランザクションステータスを取得する

@return

応答3Dトランザクションステータス

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

応答3Dトランザクションステータスを設定する

@param

#res3d_transaction_status 応答3Dトランザクションステータス

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1486
def res3d_transaction_status=(res3d_transaction_status)
  @res3d_transaction_status = res3d_transaction_status
end
res_action_code() click to toggle source

アクションコードを取得する

@return

アクションコード

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

アクションコードを設定する

@param

#res_action_code アクションコード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1010
def res_action_code=(res_action_code)
  @res_action_code = res_action_code
end
res_auth_code() click to toggle source

応答承認番号を取得する

@return

応答承認番号

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

応答承認番号を設定する

@param

#res_auth_code 応答承認番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 993
def res_auth_code=(res_auth_code)
  @res_auth_code = res_auth_code
end
res_auth_term() click to toggle source

応答与信期間を取得する

@return

応答与信期間

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

応答与信期間を設定する

@param

#res_auth_term 応答与信期間

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1044
def res_auth_term=(res_auth_term)
  @res_auth_term = res_auth_term
end
res_center_error_code() click to toggle source

応答センターエラーコードを取得する

@return

応答センターエラーコード

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

応答センターエラーコードを設定する

@param

#res_center_error_code 応答センターエラーコード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1027
def res_center_error_code=(res_center_error_code)
  @res_center_error_code = res_center_error_code
end
res_center_process_number() click to toggle source

応答センター処理通番を取得する

@return

応答センター処理通番

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

応答センター処理通番を設定する

@param

#res_center_process_number 応答センター処理通番

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2574
def res_center_process_number=(res_center_process_number)
  @res_center_process_number = res_center_process_number
end
res_center_send_date_time() click to toggle source

応答センター送信日時から

@return

応答センター送信日時

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

応答センター送信日時

@param

#res_center_send_date_time 応答センター送信日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2591
def res_center_send_date_time=(res_center_send_date_time)
  @res_center_send_date_time = res_center_send_date_time
end
res_item_code() click to toggle source

応答商品コードを取得する

@return

応答商品コード

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

応答商品コードを設定する

@param

#res_item_code 応答商品コード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 398
def res_item_code=(res_item_code)
  @res_item_code = res_item_code
end
res_mcp_response_code() click to toggle source

多通貨レスポンスコードを取得する

@return

多通貨レスポンスコード

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

多通貨レスポンスコードを設定する

@param

#res_mcp_response_code 多通貨レスポンスコード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2149
def res_mcp_response_code=(res_mcp_response_code)
  @res_mcp_response_code = res_mcp_response_code
end
res_merchant_transaction() click to toggle source

応答マーチャントトランザクション番号を取得する

@return

応答マーチャントトランザクション番号

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

応答マーチャントトランザクション番号を設定する

@param

#res_merchant_transaction 応答マーチャントトランザクション番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 959
def res_merchant_transaction=(res_merchant_transaction)
  @res_merchant_transaction = res_merchant_transaction
end
res_return_reference_number() click to toggle source

応答リターン参照番号を取得する

@return

応答リターン参照番号

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

応答リターン参照番号を設定する

@param

#res_return_reference_number 応答リターン参照番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 976
def res_return_reference_number=(res_return_reference_number)
  @res_return_reference_number = res_return_reference_number
end
res_upop_exchange_date() click to toggle source

UPOPの外貨換算日付を取得する

@return

UPOPの外貨換算日付

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

UPOPの外貨換算日付を設定する

@param

#res_upop_exchange_date UPOPの外貨換算日付

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1775
def res_upop_exchange_date=(res_upop_exchange_date)
  @res_upop_exchange_date = res_upop_exchange_date
end
res_upop_exchange_rate() click to toggle source

UPOPの外貨換算レートを取得する

@return

UPOPの外貨換算レート

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

UPOPの外貨換算レートを設定する

@param

#res_upop_exchange_rate UPOPの外貨換算レート

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1792
def res_upop_exchange_rate=(res_upop_exchange_rate)
  @res_upop_exchange_rate = res_upop_exchange_rate
end
res_upop_order_id() click to toggle source

UPOPの決済センターとの取引IDを取得する

@return

UPOPの決済センターとの取引ID

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

UPOPの決済センターとの取引IDを設定する

@param

#res_upop_order_id UPOPの決済センターとの取引ID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1809
def res_upop_order_id=(res_upop_order_id)
  @res_upop_order_id = res_upop_order_id
end
res_upop_settle_amount() click to toggle source

UPOPの清算金額を取得する

@return

UPOPの清算金額

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

UPOPの清算金額を設定する

@param

#res_upop_settle_amount UPOPの清算金額

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1724
def res_upop_settle_amount=(res_upop_settle_amount)
  @res_upop_settle_amount = res_upop_settle_amount
end
res_upop_settle_currency() click to toggle source

UPOPの清算通貨を取得する

@return

UPOPの清算通貨

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

UPOPの清算通貨を設定する

@param

#res_upop_settle_currency UPOPの清算通貨

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1758
def res_upop_settle_currency=(res_upop_settle_currency)
  @res_upop_settle_currency = res_upop_settle_currency
end
res_upop_settle_date() click to toggle source

UPOPの清算日付を取得する

@return

UPOPの清算日付

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

UPOPの清算日付を設定する

@param

#res_upop_settle_date UPOPの清算日付

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1741
def res_upop_settle_date=(res_upop_settle_date)
  @res_upop_settle_date = res_upop_settle_date
end
responsedata() click to toggle source

応答データを取得する

@return

応答データ

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

応答データを設定する

@param

responsedata 応答データ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 432
def responsedata=(responsedata)
  @responsedata = responsedata
end
settle_amount() click to toggle source

Alipayの清算金額を取得する

@return

Alipayの清算金額

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

Alipayの清算金額を設定する

@param

#settle_amount Alipayの清算金額

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1877
def settle_amount=(settle_amount)
  @settle_amount = settle_amount
end
settle_biz_code() click to toggle source

決済事業者コードを取得する

@return

決済事業者コード

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

決済事業者コードを設定する

@param

#settle_biz_code 決済事業者コード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2659
def settle_biz_code=(settle_biz_code)
  @settle_biz_code = settle_biz_code
end
settle_currency() click to toggle source

Alipayの清算通貨を取得する

@return

Alipayの清算通貨

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

Alipayの清算通貨を設定する

@param

#settle_currency Alipayの清算通貨

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1894
def settle_currency=(settle_currency)
  @settle_currency = settle_currency
end
settlement_status() click to toggle source

決済ステータスを取得する

@return

決済ステータス

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

決済ステータスを設定する

@param

#settlement_status 決済ステータス

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 128
def settlement_status=(settlement_status)
  @settlement_status = settlement_status
end
settlement_time() click to toggle source

Alipayの清算日付を取得する

@return

Alipayの清算日付

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

Alipayの清算日付を設定する

@param

#settlement_time Alipayの清算日付

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1928
def settlement_time=(settlement_time)
  @settlement_time = settlement_time
end
slip_code() click to toggle source

伝票コードを取得する

@return

伝票コード

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

伝票コードを設定する

@param

#slip_code 伝票コード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3220
def slip_code=(slip_code)
  @slip_code = slip_code
end
start_datetime() click to toggle source

取引日時を取得する

@return

取引日時

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

取引日時を設定する

@param

#start_datetime 取引日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 246
def start_datetime=(start_datetime)
  @start_datetime = start_datetime
end
store_id() click to toggle source

店舗IDを取得する

@return

店舗ID

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

店舗IDを設定する

@param

#store_id 店舗ID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2608
def store_id=(store_id)
  @store_id = store_id
end
tenpay_error_code() click to toggle source

Tenpayエラーコードを取得する

@return

Tenpayエラーコード

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

Tenpayエラーコードを設定する

@param

#tenpay_error_code Tenpayエラーコード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2523
def tenpay_error_code=(tenpay_error_code)
  @tenpay_error_code = tenpay_error_code
end
tenpay_request_datetime() click to toggle source

Tenpayへの要求日時を取得する

@return

Tenpayへの要求日時

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

Tenpayへの要求日時を設定する

@param

#tenpay_request_datetime Tenpayへの要求日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2540
def tenpay_request_datetime=(tenpay_request_datetime)
  @tenpay_request_datetime = tenpay_request_datetime
end
tenpay_response_datetime() click to toggle source

Tenpayからの返戻日時を取得する

@return

Tenpayからの返戻日時

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

Tenpayからの返戻日時を設定する

@param

#tenpay_response_datetime Tenpayからの返戻日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2557
def tenpay_response_datetime=(tenpay_response_datetime)
  @tenpay_response_datetime = tenpay_response_datetime
end
terminal_id() click to toggle source

店舗端末IDを取得する

@return

店舗端末ID

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

店舗端末IDを設定する

@param

#terminal_id 店舗端末ID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2625
def terminal_id=(terminal_id)
  @terminal_id = terminal_id
end
transaction_apis() click to toggle source

SaisonトランザクションAPIリストを取得する

@return

SaisonトランザクションAPIリスト

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

SaisonトランザクションAPIリストを設定する

@param

#transaction_apis SaisonトランザクションAPIリスト

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1690
def transaction_apis=(transaction_apis)
  @transaction_apis = transaction_apis
end
transaction_cards() click to toggle source

Saisonトランザクションカードリストを取得する

@return

Saisonトランザクションカードリスト

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

Saisonトランザクションカードリストを設定する

@param

#transaction_cards Saisonトランザクションカードリスト

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1707
def transaction_cards=(transaction_cards)
  @transaction_cards = transaction_cards
end
transfer_name() click to toggle source

振込人名を取得する

@return

振込人名

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

振込人名を設定する

@param

#transfer_name 振込人名

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2506
def transfer_name=(transfer_name)
  @transfer_name = transfer_name
end
txn_fixed() click to toggle source

決済完了フラグを取得する

@return

決済完了フラグ

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

決済完了フラグを設定する

@param

#txn_fixed 決済完了フラグ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1095
def txn_fixed=(txn_fixed)
  @txn_fixed = txn_fixed
end
txn_kind() click to toggle source

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

@return

トランザクション種別

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

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

@param

#txn_kind トランザクション種別

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 26
def txn_kind=(txn_kind)
  @txn_kind = txn_kind
end
upop_txn_type() click to toggle source

UPOPの取引対象タイプを取得する

@return

UPOPの取引対象タイプ

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

UPOPの取引対象タイプを設定する

@param

#upop_txn_type UPOPの取引対象タイプ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1826
def upop_txn_type=(upop_txn_type)
  @upop_txn_type = upop_txn_type
end
use_coupon() click to toggle source

クーポン利用額を取得する

@return

クーポン利用額

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

クーポン利用額を設定する

@param

#use_coupon クーポン利用額

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3067
def use_coupon=(use_coupon)
  @use_coupon = use_coupon
end
use_credit() click to toggle source

クレジット利用額を取得する

@return

クレジット利用額

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

クレジット利用額を設定する

@param

#use_credit クレジット利用額

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3050
def use_credit=(use_credit)
  @use_credit = use_credit
end
use_point() click to toggle source

ポイント利用額を取得する

@return

ポイント利用額

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

ポイント利用額を設定する

@param

#use_point ポイント利用額

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 3084
def use_point=(use_point)
  @use_point = use_point
end
veres_status() click to toggle source

VERESステータスを取得する

@return

VERESステータス

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

VERESステータスを設定する

@param

#veres_status VERESステータス

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1316
def veres_status=(veres_status)
  @veres_status = veres_status
end
verify_request_datetime() click to toggle source

検証要求日時を取得する

@return

検証要求日時

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

検証要求日時を設定する

@param

#verify_request_datetime 検証要求日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1588
def verify_request_datetime=(verify_request_datetime)
  @verify_request_datetime = verify_request_datetime
end
verify_response_code() click to toggle source

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

@return

検証レスポンスコード

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

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

@param

#verify_response_code 検証レスポンスコード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1401
def verify_response_code=(verify_response_code)
  @verify_response_code = verify_response_code
end
verify_response_datetime() click to toggle source

検証応答日時を取得する

@return

検証応答日時

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

検証応答日時を設定する

@param

#verify_response_datetime 検証応答日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 1605
def verify_response_datetime=(verify_response_datetime)
  @verify_response_datetime = verify_response_datetime
end
with_reconcile() click to toggle source

消込フラグを取得する

@return

消込フラグ

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

消込フラグを設定する

@param

#with_reconcile 消込フラグ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_transaction_info.rb, line 2438
def with_reconcile=(with_reconcile)
  @with_reconcile = with_reconcile
end