class Veritrans::Tercerog::Mdk::CardSearchParameter

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

@author

VeriTrans Inc.

Public Instance Methods

ddd_transaction_id() click to toggle source

3d-xidを取得する

@return

3d-xid

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

3d-xidを設定する

@param

#ddd_transaction_id 3d-xid

# File tgMdk/lib/tg_mdk/mdk_dto/card_search_parameter.rb, line 77
def ddd_transaction_id=(ddd_transaction_id)
  @ddd_transaction_id = ddd_transaction_id
end
detail_order_type() click to toggle source

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

@return

詳細オーダー決済状態

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

仕向先カード会社を取得する

@return

仕向先カード会社

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

仕向先カード会社を設定する

@param

#requested_corporation_id 仕向先カード会社

# File tgMdk/lib/tg_mdk/mdk_dto/card_search_parameter.rb, line 43
def requested_corporation_id=(requested_corporation_id)
  @requested_corporation_id = requested_corporation_id
end
requested_payment_method_type() click to toggle source

支払い種別を取得する

@return

支払い種別

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

支払い種別を設定する

@param

#requested_payment_method_type 支払い種別

# File tgMdk/lib/tg_mdk/mdk_dto/card_search_parameter.rb, line 60
def requested_payment_method_type=(requested_payment_method_type)
  @requested_payment_method_type = requested_payment_method_type
end