class Veritrans::Tercerog::Mdk::RakutenUpdateAuthorizeRequestDto
決済サービスタイプ:楽天、コマンド名:与信変更の要求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
auth_extension_flag()
click to toggle source
auth_extension_flag=(auth_extension_flag)
click to toggle source
与信延長フラグを設定する¶ ↑
-
true : 行う
-
false: 行わない
未指定の場合は、false:行わない。
与信期限を延長する場合は「true」としてください。
- @param
-
#auth_extension_flag 与信延長フラグ
# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_update_authorize_request_dto.rb, line 110 def auth_extension_flag=(auth_extension_flag) @auth_extension_flag = auth_extension_flag end
order_id()
click to toggle source
order_id=(order_id)
click to toggle source
service_command()
click to toggle source