class Veritrans::Tercerog::Mdk::RakutenReAuthorizeRequestDto
決済サービスタイプ:楽天、コマンド名:再与信の要求Dtoクラス¶ ↑
- @author
-
VeriTrans Inc.
Constants
- SERVICE_COMMAND
決済サービスコマンド 半角英数字 必須項目、固定値
- SERVICE_TYPE
決済サービスタイプ 半角英数字 必須項目、固定値
Public Class Methods
Public Instance Methods
amount()
click to toggle source
amount=(amount)
click to toggle source
item_id()
click to toggle source
item_id=(item_id)
click to toggle source
item_name()
click to toggle source
item_name=(item_name)
click to toggle source
商品名を設定する¶ ↑
商品名を指定する
- @param
-
#item_name 商品名
# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_request_dto.rb, line 163 def item_name=(item_name) @item_name = item_name end
order_id()
click to toggle source
order_id=(order_id)
click to toggle source
original_order_id()
click to toggle source
original_order_id=(original_order_id)
click to toggle source
元取引IDを設定する¶ ↑
随時決済の決済申込時に指定した取引IDを指定する
- @param
-
#original_order_id 元取引ID
# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_request_dto.rb, line 88 def original_order_id=(original_order_id) @original_order_id = original_order_id end
service_command()
click to toggle source
service_type()
click to toggle source
with_capture()
click to toggle source
with_capture=(with_capture)
click to toggle source
与信同時売上フラグを設定する¶ ↑
-
true : 与信同時売上
-
false: 与信のみ(デフォルト値)
※未指定の場合は、false:与信のみ。
- @param
-
#with_capture 与信同時売上フラグ
# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_request_dto.rb, line 127 def with_capture=(with_capture) @with_capture = with_capture end