class Veritrans::Tercerog::Mdk::EmReAuthorizeRequestDto
決済サービスタイプ:電子マネー、コマンド名:再決済申込の要求Dtoクラス¶ ↑
- @author
-
VeriTrans Inc.
Constants
- SERVICE_COMMAND
決済サービスコマンド 半角英数字 必須項目、固定値
- SERVICE_TYPE
決済サービスタイプ 半角英数字 必須項目、固定値
Public Class Methods
Public Instance Methods
option_params()
click to toggle source
option_params=(option_params)
click to toggle source
拡張パラメータリストを設定する¶ ↑
- @param
-
#option_params 拡張パラメータリスト
# File tgMdk/lib/tg_mdk/mdk_dto/em_re_authorize_request_dto.rb, line 124 def option_params=(option_params) @option_params = option_params end
order_id()
click to toggle source
order_id=(order_id)
click to toggle source
service_command()
click to toggle source
service_option_type()
click to toggle source
service_option_type=(service_option_type)
click to toggle source
決済サービスオプションを設定する¶ ↑
-
決済サービスのオプションを指定します
-
例) nanaco決済の場合: “tcc-redirect”
- @param
-
#service_option_type 決済サービスオプション
# File tgMdk/lib/tg_mdk/mdk_dto/em_re_authorize_request_dto.rb, line 69 def service_option_type=(service_option_type) @service_option_type = service_option_type end