class Veritrans::Tercerog::Mdk::CarrierCaptureRequestDto
決済サービスタイプ:キャリア、コマンド名:売上の要求Dtoクラス¶ ↑
- @author
-
VeriTrans Inc.
Constants
- SERVICE_COMMAND
決済サービスコマンド 半角英数字 必須項目、固定値
- SERVICE_TYPE
決済サービスタイプ 半角英数字 必須項目、固定値
Public Class Methods
Public Instance Methods
capture_month()
click to toggle source
capture_month=(capture_month)
click to toggle source
課金売上月を設定する¶ ↑
docomo, flets, sb_ktaiで、継続課金(月額)の売上時のみ指定可能。
-
YYYYMM形式
- @param
-
#capture_month 課金売上月
# File tgMdk/lib/tg_mdk/mdk_dto/carrier_capture_request_dto.rb, line 113 def capture_month=(capture_month) @capture_month = capture_month 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
サービスオプションタイプを設定する¶ ↑
-
“docomo”:ドコモケータイ払い
-
“au”:auかんたん決済
-
“sb_ktai”:ソフトバンクまとめて支払い(B)
-
“s_bikkuri”:S!まとめて支払い
-
“flets”:フレッツまとめて支払い
以下は指定できない。
-
“sb_matomete”:ソフトバンクまとめて支払い(A)
- @param
-
#service_option_type サービスオプションタイプ
# File tgMdk/lib/tg_mdk/mdk_dto/carrier_capture_request_dto.rb, line 94 def service_option_type=(service_option_type) @service_option_type = service_option_type end