class Veritrans::Tercerog::Mdk::MasterpassCancelRequestDto
決済サービスタイプ:MasterPass、コマンド名:取消の要求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
service_command()
click to toggle source
service_type()
click to toggle source
with_direct()
click to toggle source
with_direct=(with_direct)
click to toggle source
直接返品フラグを設定する¶ ↑
-
true : 直接返品
-
false: 通常のキャンセル
※ 未指定の場合は、false: 通常のキャンセル
- @param
-
#with_direct 直接返品フラグ
# File tgMdk/lib/tg_mdk/mdk_dto/masterpass_cancel_request_dto.rb, line 109 def with_direct=(with_direct) @with_direct = with_direct end