class Veritrans::Tercerog::Mdk::CvspayCancelRequestDto
決済サービスタイプ:コンビニペイ、コマンド名:取消の要求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
service_command()
click to toggle source
service_option_type()
click to toggle source
service_option_type=(service_option_type)
click to toggle source
サービスオプションタイプを設定する¶ ↑
-
“famipay”:ファミペイ
(設定可能な値は“famipay”(ファミペイ)のみです。)
- @param
-
#service_option_type サービスオプションタイプ
# File tgMdk/lib/tg_mdk/mdk_dto/cvspay_cancel_request_dto.rb, line 89 def service_option_type=(service_option_type) @service_option_type = service_option_type end