class Veritrans::Tercerog::Mdk::RakutenConfirmRequestDto
決済サービスタイプ:楽天、コマンド名:確認の要求Dtoクラス¶ ↑
- @author
-
VeriTrans Inc.
Constants
- SERVICE_COMMAND
決済サービスコマンド 半角英数字 必須項目、固定値
- SERVICE_TYPE
決済サービスタイプ 半角英数字 必須項目、固定値
Public Class Methods
Public Instance Methods
order_id()
click to toggle source
order_id=(order_id)
click to toggle source
response_type()
click to toggle source
response_type=(response_type)
click to toggle source
レスポンスタイプを設定する¶ ↑
レスポンスのタイプを指定します。 “0”:取引確定時にレスポンスを返却する。 “1”:即時にレスポンスを返却する。(取引確定については、Confirmコマンドを利用する)
※未指定の場合は、0:取引確定時にレスポンスを返却する。
- @param
-
#response_type レスポンスタイプ
# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_confirm_request_dto.rb, line 92 def response_type=(response_type) @response_type = response_type end
service_command()
click to toggle source