class Veritrans::Tercerog::Mdk::VirtualaccDepositEntryRequestDto
決済サービスタイプ:銀行振込決済、コマンド名:入金の要求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
deposit_date()
click to toggle source
deposit_date=(deposit_date)
click to toggle source
入金日を設定する¶ ↑
YYYYMMDD
- @param
-
#deposit_date 入金日
# File tgMdk/lib/tg_mdk/mdk_dto/virtualacc_deposit_entry_request_dto.rb, line 185 def deposit_date=(deposit_date) @deposit_date = deposit_date end
order_id()
click to toggle source
order_id=(order_id)
click to toggle source
registration_method()
click to toggle source
registration_method=(registration_method)
click to toggle source
登録方法を設定する¶ ↑
-
0 : 手動
-
1 : 自動
※ 未指定の場合は、0 : 手動
- @param
-
#registration_method 登録方法
# File tgMdk/lib/tg_mdk/mdk_dto/virtualacc_deposit_entry_request_dto.rb, line 167 def registration_method=(registration_method) @registration_method = registration_method end
service_command()
click to toggle source
service_option_type()
click to toggle source
service_option_type=(service_option_type)
click to toggle source
サービスオプションタイプを設定する¶ ↑
-
“resona”:りそな
- @param
-
#service_option_type サービスオプションタイプ
# File tgMdk/lib/tg_mdk/mdk_dto/virtualacc_deposit_entry_request_dto.rb, line 71 def service_option_type=(service_option_type) @service_option_type = service_option_type end
service_type()
click to toggle source
transfer_name()
click to toggle source
transfer_name=(transfer_name)
click to toggle source
振込人名を設定する¶ ↑
振込番号と登録時振込人名を結合したものを指定する
- @param
-
#transfer_name 振込人名
# File tgMdk/lib/tg_mdk/mdk_dto/virtualacc_deposit_entry_request_dto.rb, line 89 def transfer_name=(transfer_name) @transfer_name = transfer_name end
with_reconcile()
click to toggle source
with_reconcile=(with_reconcile)
click to toggle source
消込フラグを設定する¶ ↑
-
0 : 消込しない
-
1 : 消込(強制)
-
2 : 消込(自動)
※ 未指定の場合は、0 : 消込しない
- @param
-
#with_reconcile 消込フラグ
# File tgMdk/lib/tg_mdk/mdk_dto/virtualacc_deposit_entry_request_dto.rb, line 147 def with_reconcile=(with_reconcile) @with_reconcile = with_reconcile end