class Veritrans::Tercerog::Mdk::UpopAuthorizeRequestDto
決済サービスタイプ:UPOP、コマンド名:与信の要求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
customer_ip()
click to toggle source
customer_ip=(customer_ip)
click to toggle source
消費者IPアドレスを設定する¶ ↑
消費者側のIPアドレスを指定します。 ※ IPV6の形式も対応しています。
- @param
-
#customer_ip 消費者IPアドレス
# File tgMdk/lib/tg_mdk/mdk_dto/upop_authorize_request_dto.rb, line 161 def customer_ip=(customer_ip) @customer_ip = customer_ip end
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
term_url()
click to toggle source
term_url=(term_url)
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/upop_authorize_request_dto.rb, line 119 def with_capture=(with_capture) @with_capture = with_capture end