class Veritrans::Tercerog::Mdk::BankSearchParameter

検索条件:bank検索パラメータクラス

@author

VeriTrans Inc.

Public Instance Methods

confirm_no() click to toggle source

確認番号を取得する

@return

確認番号

# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 142
def confirm_no
  @confirm_no = nil unless instance_variable_defined?(:@confirm_no)
  @confirm_no
end
confirm_no=(confirm_no) click to toggle source

確認番号を設定する

“*”によるワイルドカード検索が可能

@param

#confirm_no 確認番号

# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 153
def confirm_no=(confirm_no)
  @confirm_no = confirm_no
end
customer_no() click to toggle source

お客様番号を取得する

@return

お客様番号

# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 123
def customer_no
  @customer_no = nil unless instance_variable_defined?(:@customer_no)
  @customer_no
end
customer_no=(customer_no) click to toggle source

お客様番号を設定する

“*”によるワイルドカード検索が可能

@param

#customer_no お客様番号

# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 134
def customer_no=(customer_no)
  @customer_no = customer_no
end
detail_order_type() click to toggle source

詳細オーダー決済状態を取得する

@return

詳細オーダー決済状態

# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 17
def detail_order_type
  @detail_order_type = nil unless instance_variable_defined?(:@detail_order_type)
  @detail_order_type
end
detail_order_type=(detail_order_type) click to toggle source

詳細オーダー決済状態を設定する

@param

#detail_order_type 詳細オーダー決済状態

# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 26
def detail_order_type=(detail_order_type)
  @detail_order_type = detail_order_type
end
option_type() click to toggle source

支払い種別を取得する

@return

支払い種別

# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 34
def option_type
  @option_type = nil unless instance_variable_defined?(:@option_type)
  @option_type
end
option_type=(option_type) click to toggle source

支払い種別を設定する

@param

#option_type 支払い種別

# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 43
def option_type=(option_type)
  @option_type = option_type
end
pay_limit() click to toggle source

支払期限(From, To)を取得する

@return

支払期限(From, To)

# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 51
def pay_limit
  @pay_limit = nil unless instance_variable_defined?(:@pay_limit)
  @pay_limit
end
pay_limit=(pay_limit) click to toggle source

支払期限(From, To)を設定する

@param

#pay_limit 支払期限(From, To)

# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 60
def pay_limit=(pay_limit)
  @pay_limit = pay_limit
end
received_datetime() click to toggle source

収納日時(From, To)を取得する

@return

収納日時(From, To)

# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 68
def received_datetime
  @received_datetime = nil unless instance_variable_defined?(:@received_datetime)
  @received_datetime
end
received_datetime=(received_datetime) click to toggle source

収納日時(From, To)を設定する

@param

#received_datetime 収納日時(From, To)

# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 77
def received_datetime=(received_datetime)
  @received_datetime = received_datetime
end
shuno_kigyo_no() click to toggle source

収納企業コードを取得する

@return

収納企業コード

# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 104
def shuno_kigyo_no
  @shuno_kigyo_no = nil unless instance_variable_defined?(:@shuno_kigyo_no)
  @shuno_kigyo_no
end
shuno_kigyo_no=(shuno_kigyo_no) click to toggle source

収納企業コードを設定する

“*”によるワイルドカード検索が可能

@param

#shuno_kigyo_no 収納企業コード

# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 115
def shuno_kigyo_no=(shuno_kigyo_no)
  @shuno_kigyo_no = shuno_kigyo_no
end
shuno_kikan_no() click to toggle source

収納機関番号を取得する

@return

収納機関番号

# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 85
def shuno_kikan_no
  @shuno_kikan_no = nil unless instance_variable_defined?(:@shuno_kikan_no)
  @shuno_kikan_no
end
shuno_kikan_no=(shuno_kikan_no) click to toggle source

収納機関番号を設定する

“*”によるワイルドカード検索が可能

@param

#shuno_kikan_no 収納機関番号

# File tgMdk/lib/tg_mdk/mdk_dto/bank_search_parameter.rb, line 96
def shuno_kikan_no=(shuno_kikan_no)
  @shuno_kikan_no = shuno_kikan_no
end