class Veritrans::Tercerog::Mdk::CarrierReAuthorizeRequestDto
決済サービスタイプ:キャリア、コマンド名:再与信の要求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
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を設定する¶ ↑
-
随時決済承諾要求(Authorize)で指定した取引IDを指定します。
- @param
-
#original_order_id 元取引ID
# File tgMdk/lib/tg_mdk/mdk_dto/carrier_re_authorize_request_dto.rb, line 90 def original_order_id=(original_order_id) @original_order_id = original_order_id end
service_command()
click to toggle source
service_option_type()
click to toggle source
service_option_type=(service_option_type)
click to toggle source
サービスオプションタイプを設定する¶ ↑
-
“docomo”:ドコモケータイ払い
-
“au”:auかんたん決済
-
“sb_ktai”:ソフトバンクまとめて支払い(B)
-
“sb_matomete”:ソフトバンクまとめて支払い(A)
-
“flets”:フレッツまとめて支払い
- @param
-
#service_option_type サービスオプションタイプ
# File tgMdk/lib/tg_mdk/mdk_dto/carrier_re_authorize_request_dto.rb, line 112 def service_option_type=(service_option_type) @service_option_type = service_option_type end
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/carrier_re_authorize_request_dto.rb, line 132 def with_capture=(with_capture) @with_capture = with_capture end