class Veritrans::Tercerog::Mdk::EmSearchParameter

検索条件:電子マネー検索パラメータクラス

@author

VeriTrans Inc.

Public Instance Methods

complete_datetime() click to toggle source

支払完了日時(From, To)を取得する

@return

支払完了日時(From, To)

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

支払完了日時(From, To)を設定する

@param

#complete_datetime 支払完了日時(From, To)

# File tgMdk/lib/tg_mdk/mdk_dto/em_search_parameter.rb, line 95
def complete_datetime=(complete_datetime)
  @complete_datetime = complete_datetime
end
detail_order_type() click to toggle source

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

@return

詳細オーダー決済状態

# File tgMdk/lib/tg_mdk/mdk_dto/em_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/em_search_parameter.rb, line 26
def detail_order_type=(detail_order_type)
  @detail_order_type = detail_order_type
end
em_type() click to toggle source

電子マネー種別を取得する

@return

電子マネー種別

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

電子マネー種別を設定する

@param

#em_type 電子マネー種別

# File tgMdk/lib/tg_mdk/mdk_dto/em_search_parameter.rb, line 43
def em_type=(em_type)
  @em_type = em_type
end
management_no() click to toggle source

管理番号を取得する

@return

管理番号

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

管理番号を設定する

@param

#management_no 管理番号

# File tgMdk/lib/tg_mdk/mdk_dto/em_search_parameter.rb, line 129
def management_no=(management_no)
  @management_no = management_no
end
option_type() click to toggle source

支払い種別を取得する

@return

支払い種別

# File tgMdk/lib/tg_mdk/mdk_dto/em_search_parameter.rb, line 52
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/em_search_parameter.rb, line 61
def option_type=(option_type)
  @option_type = option_type
end
receipt_no() click to toggle source

受付番号を取得する

@return

受付番号

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

受付番号を設定する

@param

#receipt_no 受付番号

# File tgMdk/lib/tg_mdk/mdk_dto/em_search_parameter.rb, line 112
def receipt_no=(receipt_no)
  @receipt_no = receipt_no
end
settlement_limit() click to toggle source

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

@return

支払/受取期限(From, To)

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

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

@param

#settlement_limit 支払/受取期限(From, To)

# File tgMdk/lib/tg_mdk/mdk_dto/em_search_parameter.rb, line 78
def settlement_limit=(settlement_limit)
  @settlement_limit = settlement_limit
end