class Veritrans::Tercerog::Mdk::AlipaySearchParameter

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

@author

VeriTrans Inc.

Public Instance Methods

center_trade_id() click to toggle source

決済センターとの取引IDを取得する

@return

決済センターとの取引ID

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

決済センターとの取引IDを設定する

@param

#center_trade_id 決済センターとの取引ID

# File tgMdk/lib/tg_mdk/mdk_dto/alipay_search_parameter.rb, line 43
def center_trade_id=(center_trade_id)
  @center_trade_id = center_trade_id
end
detail_order_type() click to toggle source

詳細取引決済状態を取得する

@return

詳細取引決済状態

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

決済種別を取得する

@return

決済種別

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

決済種別を設定する

@param

#pay_type 決済種別

# File tgMdk/lib/tg_mdk/mdk_dto/alipay_search_parameter.rb, line 94
def pay_type=(pay_type)
  @pay_type = pay_type
end
payment_time() click to toggle source

支払日時を取得する

@return

支払日時

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

支払日時を設定する

@param

#payment_time 支払日時

# File tgMdk/lib/tg_mdk/mdk_dto/alipay_search_parameter.rb, line 60
def payment_time=(payment_time)
  @payment_time = payment_time
end
settlement_time() click to toggle source

清算日時を取得する

@return

清算日時

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

清算日時を設定する

@param

#settlement_time 清算日時

# File tgMdk/lib/tg_mdk/mdk_dto/alipay_search_parameter.rb, line 77
def settlement_time=(settlement_time)
  @settlement_time = settlement_time
end