class Veritrans::Tercerog::Mdk::EmAuthorizeResponseDto
決済サービスタイプ:電子マネー、コマンド名:決済の応答Dtoクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
app_url()
click to toggle source
app_url=(app_url)
click to toggle source
card_balance()
click to toggle source
card_balance=(card_balance)
click to toggle source
カード残高を設定する¶ ↑
- @param
-
#card_balance カード残高
# File tgMdk/lib/tg_mdk/mdk_dto/em_authorize_response_dto.rb, line 228 def card_balance=(card_balance) @card_balance = card_balance end
center_request_datetime()
click to toggle source
center_request_datetime=(center_request_datetime)
click to toggle source
センター要求日時を設定する¶ ↑
- @param
-
#center_request_datetime センター要求日時
# File tgMdk/lib/tg_mdk/mdk_dto/em_authorize_response_dto.rb, line 246 def center_request_datetime=(center_request_datetime) @center_request_datetime = center_request_datetime end
center_response_datetime()
click to toggle source
center_response_datetime=(center_response_datetime)
click to toggle source
センター応答日時を設定する¶ ↑
- @param
-
#center_response_datetime センター応答日時
# File tgMdk/lib/tg_mdk/mdk_dto/em_authorize_response_dto.rb, line 264 def center_response_datetime=(center_response_datetime) @center_response_datetime = center_response_datetime end
cust_txn()
click to toggle source
cust_txn=(cust_txn)
click to toggle source
get_trad_url()
click to toggle source
invoice_id()
click to toggle source
invoice_id=(invoice_id)
click to toggle source
請求番号を設定する¶ ↑
- @param
-
#invoice_id 請求番号
# File tgMdk/lib/tg_mdk/mdk_dto/em_authorize_response_dto.rb, line 174 def invoice_id=(invoice_id) @invoice_id = invoice_id end
log_id()
click to toggle source
log_id=(log_id)
click to toggle source
march_txn()
click to toggle source
march_txn=(march_txn)
click to toggle source
電文IDを設定する¶ ↑
- @param
-
#march_txn 電文ID
# File tgMdk/lib/tg_mdk/mdk_dto/em_authorize_response_dto.rb, line 103 def march_txn=(march_txn) @march_txn = march_txn end
merr_msg()
click to toggle source
merr_msg=(merr_msg)
click to toggle source
mstatus()
click to toggle source
mstatus=(mstatus)
click to toggle source
order_id()
click to toggle source
order_id=(order_id)
click to toggle source
pay_now_id_response()
click to toggle source
pay_now_id_response=(pay_now_id_response)
click to toggle source
PayNowIDオブジェクトを設定する¶ ↑
- @param
-
#pay_now_id_response PayNowIDオブジェクト
# File tgMdk/lib/tg_mdk/mdk_dto/em_authorize_response_dto.rb, line 299 def pay_now_id_response=(pay_now_id_response) @pay_now_id_response = pay_now_id_response end
receipt_no()
click to toggle source
receipt_no=(receipt_no)
click to toggle source
受付番号を設定する¶ ↑
- @param
-
#receipt_no 受付番号
# File tgMdk/lib/tg_mdk/mdk_dto/em_authorize_response_dto.rb, line 156 def receipt_no=(receipt_no) @receipt_no = receipt_no end
service_type()
click to toggle source
service_type=(service_type)
click to toggle source
決済サービスタイプを設定する¶ ↑
- @param
-
#service_type 決済サービスタイプ
# File tgMdk/lib/tg_mdk/mdk_dto/em_authorize_response_dto.rb, line 27 def service_type=(service_type) @service_type = service_type end
txn_version()
click to toggle source
txn_version=(txn_version)
click to toggle source
MDKバージョンを設定する¶ ↑
- @param
-
#txn_version MDKバージョン
# File tgMdk/lib/tg_mdk/mdk_dto/em_authorize_response_dto.rb, line 282 def txn_version=(txn_version) @txn_version = txn_version end
v_result_code()
click to toggle source
v_result_code=(v_result_code)
click to toggle source
詳細結果コードを設定する¶ ↑
- @param
-
#v_result_code 詳細結果コード
# File tgMdk/lib/tg_mdk/mdk_dto/em_authorize_response_dto.rb, line 68 def v_result_code=(v_result_code) @v_result_code = v_result_code end