class Veritrans::Tercerog::Mdk::BankpayAccountAddResponseDto
決済サービスタイプ:bankpay、コマンド名:口座登録の応答Dtoクラス¶ ↑
- @author
-
VeriTrans Inc.
Public Instance Methods
account_id()
click to toggle source
account_id=(account_id)
click to toggle source
口座IDを設定する¶ ↑
- @param
-
#account_id 口座ID
# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_add_response_dto.rb, line 176 def account_id=(account_id) @account_id = account_id end
account_label()
click to toggle source
account_label=(account_label)
click to toggle source
口座ラベルを設定する¶ ↑
- @param
-
#account_label 口座ラベル
# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_add_response_dto.rb, line 214 def account_label=(account_label) @account_label = account_label end
back_url()
click to toggle source
back_url=(back_url)
click to toggle source
bankpay_accounts_register_url()
click to toggle source
BankPay口座登録URLを取得する¶ ↑
BankPay への遷移に必要な項目。 BankPayに遷移するために使用してください。
- @return
-
BankPay口座登録URL
# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_add_response_dto.rb, line 186 def bankpay_accounts_register_url @bankpay_accounts_register_url = nil unless instance_variable_defined?(:@bankpay_accounts_register_url) @bankpay_accounts_register_url end
bankpay_accounts_register_url=(bankpay_accounts_register_url)
click to toggle source
BankPay口座登録URLを設定する¶ ↑
- @param
-
#bankpay_accounts_register_url BankPay口座登録URL
# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_add_response_dto.rb, line 195 def bankpay_accounts_register_url=(bankpay_accounts_register_url) @bankpay_accounts_register_url = bankpay_accounts_register_url end
customer_access_token()
click to toggle source
会員用アクセストークンを取得する¶ ↑
会員用アクセストークンを返却します。
-
BankPayへの遷移に必要な項目になります。
- @return
-
会員用アクセストークン
# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_add_response_dto.rb, line 243 def customer_access_token @customer_access_token = nil unless instance_variable_defined?(:@customer_access_token) @customer_access_token end
customer_access_token=(customer_access_token)
click to toggle source
会員用アクセストークンを設定する¶ ↑
- @param
-
#customer_access_token 会員用アクセストークン
# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_add_response_dto.rb, line 252 def customer_access_token=(customer_access_token) @customer_access_token = customer_access_token end
mac()
click to toggle source
mac=(mac)
click to toggle source
member_id()
click to toggle source
member_id=(member_id)
click to toggle source
会員IDを設定する¶ ↑
- @param
-
#member_id 会員ID
# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_add_response_dto.rb, line 159 def member_id=(member_id) @member_id = member_id 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
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/bankpay_account_add_response_dto.rb, line 308 def pay_now_id_response=(pay_now_id_response) @pay_now_id_response = pay_now_id_response end
prepared_process_id()
click to toggle source
prepared_process_id=(prepared_process_id)
click to toggle source
口座入力情報取得の処理通番を設定する¶ ↑
- @param
-
#prepared_process_id 口座入力情報取得の処理通番
# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_add_response_dto.rb, line 124 def prepared_process_id=(prepared_process_id) @prepared_process_id = prepared_process_id end
process_id()
click to toggle source
process_id=(process_id)
click to toggle source
処理通番を設定する¶ ↑
- @param
-
#process_id 処理通番
# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_add_response_dto.rb, line 106 def process_id=(process_id) @process_id = process_id end
processor_authentication_key_index()
click to toggle source
Pay事業者認証鍵世代番号を取得する¶ ↑
認証鍵の世代番号を返却します。
-
BankPayへの遷移に必要な項目になります。
- @return
-
Pay事業者認証鍵世代番号
# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_add_response_dto.rb, line 262 def processor_authentication_key_index @processor_authentication_key_index = nil unless instance_variable_defined?(:@processor_authentication_key_index) @processor_authentication_key_index end
processor_authentication_key_index=(processor_authentication_key_index)
click to toggle source
Pay事業者認証鍵世代番号を設定する¶ ↑
- @param
-
#processor_authentication_key_index Pay事業者認証鍵世代番号
# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_add_response_dto.rb, line 271 def processor_authentication_key_index=(processor_authentication_key_index) @processor_authentication_key_index = processor_authentication_key_index 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/bankpay_account_add_response_dto.rb, line 29 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/bankpay_account_add_response_dto.rb, line 142 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/bankpay_account_add_response_dto.rb, line 70 def v_result_code=(v_result_code) @v_result_code = v_result_code end