class Veritrans::Tercerog::Mdk::BankpayAccountDeleteRequestDto
決済サービスタイプ:bankpay、コマンド名:口座削除の要求Dtoクラス¶ ↑
- @author
-
VeriTrans Inc.
Constants
- SERVICE_COMMAND
決済サービスコマンド 半角英数字 必須項目、固定値
- SERVICE_TYPE
決済サービスタイプ 半角英数字 必須項目、固定値
Public Class Methods
Public Instance Methods
account_id()
click to toggle source
account_id=(account_id)
click to toggle source
口座IDを設定する¶ ↑
口座削除対象の口座IDを指定します。
- @param
-
#account_id 口座ID
# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_delete_request_dto.rb, line 106 def account_id=(account_id) @account_id = account_id end
member_id()
click to toggle source
member_id=(member_id)
click to toggle source
会員IDを設定する¶ ↑
口座削除対象の会員IDを指定します。
- @param
-
#member_id 会員ID
# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_delete_request_dto.rb, line 88 def member_id=(member_id) @member_id = member_id end
service_command()
click to toggle source
service_option_type()
click to toggle source
service_option_type=(service_option_type)
click to toggle source
サービスオプションタイプを設定する¶ ↑
-
“online”:オンライン決済
- @param
-
#service_option_type サービスオプションタイプ
# File tgMdk/lib/tg_mdk/mdk_dto/bankpay_account_delete_request_dto.rb, line 70 def service_option_type=(service_option_type) @service_option_type = service_option_type end