class Veritrans::Tercerog::Mdk::BankAuthorizeResponseDto

決済サービスタイプ:銀行決済、コマンド名:決済の応答Dtoクラス

@author

VeriTrans Inc.

Public Instance Methods

bill() click to toggle source

支払暗号文字列を取得する

@return

支払暗号文字列

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

支払暗号文字列を設定する

@param

bill 支払暗号文字列

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 231
def bill=(bill)
  @bill = bill
end
bill_pattern() click to toggle source

支払パターンを取得する

@return

支払パターン

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

支払パターンを設定する

@param

billPattern 支払パターン

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 214
def bill_pattern=(billPattern)
  @bill_pattern = billPattern
end
confirm_no() click to toggle source

確認番号を取得する

@return

確認番号

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

確認番号を設定する

@param

confirmNo 確認番号

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 197
def confirm_no=(confirmNo)
  @confirm_no = confirmNo
end
cust_txn() click to toggle source

取引毎に付くIDを取得する

@return

取引毎に付くID

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 120
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

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 129
def cust_txn=(cust_txn)
  @cust_txn = cust_txn
end
customer_no() click to toggle source

お客様番号を取得する

@return

お客様番号

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

お客様番号を設定する

@param

customerNo お客様番号

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 180
def customer_no=(customerNo)
  @customer_no = customerNo
end
get_trad_url() click to toggle source

レスポンスからTradURLを取得する

@return

レスポンスに含まれていた広告用(Trad)URL。 エレメントが無いか、エレメントに内容が無ければ nil を返す。

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 309
def get_trad_url()
  return find_trad_url()
end
march_txn() click to toggle source

電文IDを取得する

@return

電文ID

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 86
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

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 95
def march_txn=(march_txn)
  @march_txn = march_txn
end
merr_msg() click to toggle source

エラーメッセージを取得する

@return

エラーメッセージ

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 69
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 エラーメッセージ

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 78
def merr_msg=(merr_msg)
  @merr_msg = merr_msg
end
mstatus() click to toggle source

処理結果コードを取得する

@return

処理結果コード

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

処理結果コードを設定する

@param

mstatus 処理結果コード

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 44
def mstatus=(mstatus)
  @mstatus = mstatus
end
order_id() click to toggle source

取引IDを取得する

@return

取引ID

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 103
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

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 112
def order_id=(order_id)
  @order_id = order_id
end
pay_now_id_response() click to toggle source

PayNowIDオブジェクトを取得する

@return

PayNowIDオブジェクト

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 291
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オブジェクト

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 300
def pay_now_id_response=(pay_now_id_response)
  @pay_now_id_response = pay_now_id_response
end
request_id() click to toggle source

リクエストIDを取得する

@return

リクエストID

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

リクエストIDを設定する

@param

requestId リクエストID

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 146
def request_id=(requestId)
  @request_id = requestId
end
service_type() click to toggle source

決済サービスタイプを取得する

@return

決済サービスタイプ

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 18
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 決済サービスタイプ

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 27
def service_type=(service_type)
  @service_type = service_type
end
shuno_kikan_no() click to toggle source

収納機関番号を取得する

@return

収納機関番号

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

収納機関番号を設定する

@param

shunoKikanNo 収納機関番号

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 163
def shuno_kikan_no=(shunoKikanNo)
  @shuno_kikan_no = shunoKikanNo
end
txn_version() click to toggle source

MDK バージョンを取得する

  • 電文のバージョン番号。

@return

MDK バージョン

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 274
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 バージョン

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 283
def txn_version=(txn_version)
  @txn_version = txn_version
end
url() click to toggle source

URLを取得する

@return

URL

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

URLを設定する

@param

url URL

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 248
def url=(url)
  @url = url
end
v_result_code() click to toggle source

詳細結果コードを取得する

@return

詳細結果コード

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 52
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 詳細結果コード

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 61
def v_result_code=(v_result_code)
  @v_result_code = v_result_code
end
view() click to toggle source

画面情報を取得する

@return

画面情報

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

画面情報を設定する

@param

view 画面情報

# File tgMdk/lib/tg_mdk/mdk_dto/bank_authorize_response_dto.rb, line 265
def view=(view)
  @view = view
end