auth_request_datetime()
click to toggle source
本人認証要求日時を取得する¶ ↑
- @return
-
本人認証要求日時
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
本人認証要求日時
def auth_request_datetime=(auth_request_datetime)
@auth_request_datetime = auth_request_datetime
end
auth_response_datetime()
click to toggle source
本人認証応答日時を取得する¶ ↑
- @return
-
本人認証応答日時
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
本人認証応答日時
def auth_response_datetime=(auth_response_datetime)
@auth_response_datetime = auth_response_datetime
end
cust_txn()
click to toggle source
取引毎に付くIDを取得する¶ ↑
- @return
-
取引毎に付くID
def cust_txn
@cust_txn = nil unless instance_variable_defined?(:@cust_txn)
@cust_txn
end
cust_txn=(cust_txn)
click to toggle source
取引毎に付くIDを設定する¶ ↑
- @param
-
#cust_txn
取引毎に付くID
def cust_txn=(cust_txn)
@cust_txn = cust_txn
end
get_trad_url()
click to toggle source
レスポンスからTradURLを取得する¶ ↑
- @return
-
レスポンスに含まれていた広告用(Trad)URL。 エレメントが無いか、エレメントに内容が無ければ nil を返す。
def get_trad_url()
return find_trad_url()
end
march_txn()
click to toggle source
電文IDを取得する¶ ↑
- @return
-
電文ID
def march_txn
@march_txn = nil unless instance_variable_defined?(:@march_txn)
@march_txn
end
march_txn=(march_txn)
click to toggle source
電文IDを設定する¶ ↑
- @param
-
#march_txn
電文ID
def march_txn=(march_txn)
@march_txn = march_txn
end
merr_msg()
click to toggle source
エラーメッセージを取得する¶ ↑
- @return
-
エラーメッセージ
def merr_msg
@merr_msg = nil unless instance_variable_defined?(:@merr_msg)
@merr_msg
end
merr_msg=(merr_msg)
click to toggle source
エラーメッセージを設定する¶ ↑
- @param
-
#merr_msg
エラーメッセージ
def merr_msg=(merr_msg)
@merr_msg = merr_msg
end
mpi_transactiontype()
click to toggle source
MPIトランザクションタイプを取得する¶ ↑
- @return
-
MPIトランザクションタイプ
def mpi_transactiontype
@mpi_transactiontype = nil unless instance_variable_defined?(:@mpi_transactiontype)
@mpi_transactiontype
end
mpi_transactiontype=(mpi_transactiontype)
click to toggle source
MPIトランザクションタイプを設定する¶ ↑
- @param
-
#mpi_transactiontype
MPIトランザクションタイプ
def mpi_transactiontype=(mpi_transactiontype)
@mpi_transactiontype = mpi_transactiontype
end
mstatus()
click to toggle source
処理結果コードを取得する¶ ↑
- @return
-
処理結果コード
def mstatus
@mstatus = nil unless instance_variable_defined?(:@mstatus)
@mstatus
end
mstatus=(mstatus)
click to toggle source
処理結果コードを設定する¶ ↑
- @param
-
mstatus 処理結果コード
def mstatus=(mstatus)
@mstatus = mstatus
end
order_id()
click to toggle source
取引IDを取得する¶ ↑
- @return
-
取引ID
def order_id
@order_id = nil unless instance_variable_defined?(:@order_id)
@order_id
end
order_id=(order_id)
click to toggle source
取引IDを設定する¶ ↑
- @param
-
#order_id
取引ID
def order_id=(order_id)
@order_id = order_id
end
pay_now_id_response()
click to toggle source
PayNowIDオブジェクトを取得する¶ ↑
- @return
-
PayNowIDオブジェクト
def pay_now_id_response
@pay_now_id_response = nil unless instance_variable_defined?(:@pay_now_id_response)
@pay_now_id_response
end
pay_now_id_response=(pay_now_id_response)
click to toggle source
PayNowIDオブジェクトを設定する¶ ↑
- @param
-
#pay_now_id_response
PayNowIDオブジェクト
def pay_now_id_response=(pay_now_id_response)
@pay_now_id_response = pay_now_id_response
end
req_acquirer_code()
click to toggle source
要求仕向先コードを取得する¶ ↑
- @return
-
要求仕向先コード
def req_acquirer_code
@req_acquirer_code = nil unless instance_variable_defined?(:@req_acquirer_code)
@req_acquirer_code
end
req_acquirer_code=(req_aquirer_code)
click to toggle source
要求仕向先コードを設定する¶ ↑
- @param
-
req_aquirer_code 要求仕向先コード
def req_acquirer_code=(req_aquirer_code)
@req_acquirer_code = req_aquirer_code
end
req_amount()
click to toggle source
要求取引金額を取得する¶ ↑
- @return
-
要求取引金額
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
要求取引金額
def req_amount=(req_amount)
@req_amount = req_amount
end
req_birthday()
click to toggle source
要求誕生日を取得する¶ ↑
- @return
-
要求誕生日
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
要求誕生日
def req_birthday=(req_birthday)
@req_birthday = req_birthday
end
req_card_center()
click to toggle source
要求カードセンターを取得する¶ ↑
- @return
-
要求カードセンター
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
要求カードセンター
def req_card_center=(req_card_center)
@req_card_center = req_card_center
end
req_card_expire()
click to toggle source
要求カード有効期限を取得する¶ ↑
- @return
-
要求カード有効期限
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
要求カード有効期限
def req_card_expire=(req_card_expire)
@req_card_expire = req_card_expire
end
req_card_number()
click to toggle source
要求カード番号を取得する¶ ↑
- @return
-
要求カード番号
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
要求カード番号
def req_card_number=(req_card_number)
@req_card_number = req_card_number
end
req_currency_unit()
click to toggle source
要求通貨単位を取得する¶ ↑
- @return
-
要求通貨単位
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
要求通貨単位
def req_currency_unit=(req_currency_unit)
@req_currency_unit = req_currency_unit
end
req_first_kana_name()
click to toggle source
要求カナ名前(名)を取得する¶ ↑
- @return
-
要求カナ名前(名)
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
要求カナ名前(名)
def req_first_kana_name=(req_first_kana_name)
@req_first_kana_name = req_first_kana_name
end
req_http_accept()
click to toggle source
要求HTTPアセプトを取得する¶ ↑
- @return
-
要求HTTPアセプト
def req_http_accept
@req_http_accept = nil unless instance_variable_defined?(:@req_http_accept)
@req_http_accept
end
req_http_accept=(req_http_accept)
click to toggle source
要求HTTPアセプトを設定する¶ ↑
- @param
-
#req_http_accept
要求HTTPアセプト
def req_http_accept=(req_http_accept)
@req_http_accept = req_http_accept
end
req_http_user_agent()
click to toggle source
要求HTTPユーザエージェントを取得する¶ ↑
- @return
-
要求HTTPユーザエージェント
def req_http_user_agent
@req_http_user_agent = nil unless instance_variable_defined?(:@req_http_user_agent)
@req_http_user_agent
end
req_http_user_agent=(req_http_user_agent)
click to toggle source
要求HTTPユーザエージェントを設定する¶ ↑
- @param
-
#req_http_user_agent
要求HTTPユーザエージェント
def req_http_user_agent=(req_http_user_agent)
@req_http_user_agent = req_http_user_agent
end
req_item_code()
click to toggle source
要求商品コードを取得する¶ ↑
- @return
-
要求商品コード
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
要求商品コード
def req_item_code=(req_item_code)
@req_item_code = req_item_code
end
req_last_kana_name()
click to toggle source
要求カナ名前(姓)を取得する¶ ↑
- @return
-
要求カナ名前(姓)
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
要求カナ名前(姓)
def req_last_kana_name=(req_last_kana_name)
@req_last_kana_name = req_last_kana_name
end
req_redirection_uri()
click to toggle source
リダイレクションURIを取得する¶ ↑
- @return
-
リダイレクションURI
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
def req_redirection_uri=(req_redirection_uri)
@req_redirection_uri = req_redirection_uri
end
req_sales_day()
click to toggle source
要求売上日を取得する¶ ↑
- @return
-
要求売上日
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
要求売上日
def req_sales_day=(req_sales_day)
@req_sales_day = req_sales_day
end
req_security_code()
click to toggle source
要求セキュリティコードを取得する¶ ↑
- @return
-
要求セキュリティコード
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
要求セキュリティコード
def req_security_code=(req_security_code)
@req_security_code = req_security_code
end
req_tel()
click to toggle source
要求電話番号を取得する¶ ↑
- @return
-
要求電話番号
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
要求電話番号
def req_tel=(req_tel)
@req_tel = req_tel
end
req_with_capture()
click to toggle source
要求同時売上を取得する¶ ↑
- @return
-
要求同時売上
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
要求同時売上
def req_with_capture=(req_with_capture)
@req_with_capture = req_with_capture
end
res3d_message_version()
click to toggle source
応答3Dセキュアメッセージバージョンを取得する¶ ↑
- @return
-
応答3Dセキュアメッセージバージョン
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セキュアメッセージバージョン
def res3d_message_version=(res3d_message_version)
@res3d_message_version = res3d_message_version
end
res_brand_id()
click to toggle source
応答ブランドIDを取得する¶ ↑
- @return
-
応答ブランドID
def res_brand_id
@res_brand_id = nil unless instance_variable_defined?(:@res_brand_id)
@res_brand_id
end
res_brand_id=(res_brand_id)
click to toggle source
応答ブランドIDを設定する¶ ↑
- @param
-
#res_brand_id
応答ブランドID
def res_brand_id=(res_brand_id)
@res_brand_id = res_brand_id
end
res_corporation_id()
click to toggle source
応答会社IDを取得する¶ ↑
- @return
-
応答会社ID
def res_corporation_id
@res_corporation_id = nil unless instance_variable_defined?(:@res_corporation_id)
@res_corporation_id
end
res_corporation_id=(res_corporation_id)
click to toggle source
応答会社IDを設定する¶ ↑
- @param
-
#res_corporation_id
応答会社ID
def res_corporation_id=(res_corporation_id)
@res_corporation_id = res_corporation_id
end
res_response_contents()
click to toggle source
応答コンテンツを取得する¶ ↑
- @return
-
応答コンテンツ
def res_response_contents
@res_response_contents = nil unless instance_variable_defined?(:@res_response_contents)
@res_response_contents
end
res_response_contents=(res_response_contents)
click to toggle source
応答コンテンツを設定する¶ ↑
- @param
-
#res_response_contents
応答コンテンツ
def res_response_contents=(res_response_contents)
@res_response_contents = res_response_contents
end
service_type()
click to toggle source
決済サービスタイプを取得する¶ ↑
- @return
-
決済サービスタイプ
def service_type
@service_type = nil unless instance_variable_defined?(:@service_type)
@service_type
end
service_type=(service_type)
click to toggle source
決済サービスタイプを設定する¶ ↑
- @param
-
#service_type
決済サービスタイプ
def service_type=(service_type)
@service_type = service_type
end
txn_version()
click to toggle source
MDK バージョンを取得する¶ ↑
- @return
-
MDK バージョン
def txn_version
@txn_version = nil unless instance_variable_defined?(:@txn_version)
@txn_version
end
txn_version=(txn_version)
click to toggle source
MDK バージョンを設定する¶ ↑
- @param
-
#txn_version
MDK バージョン
def txn_version=(txn_version)
@txn_version = txn_version
end
v_result_code()
click to toggle source
詳細結果コードを取得する¶ ↑
- @return
-
詳細結果コード
def v_result_code
@v_result_code = nil unless instance_variable_defined?(:@v_result_code)
@v_result_code
end
v_result_code=(v_result_code)
click to toggle source
詳細結果コードを設定する¶ ↑
- @param
-
#v_result_code
詳細結果コード
def v_result_code=(v_result_code)
@v_result_code = v_result_code
end