class Veritrans::Tercerog::Mdk::PaypalSearchParameter

検索条件:ペイパル検索パラメータクラス

@author

VeriTrans Inc.

Public Instance Methods

detail_order_type() click to toggle source

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

@return

@詳細オーダー決済状態 ||= nil

# File tgMdk/lib/tg_mdk/mdk_dto/paypal_search_parameter.rb, line 18
def detail_order_type
  @detail_order_type ||= nil
end
detail_order_type=(detail_order_type) click to toggle source

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

@param

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

# File tgMdk/lib/tg_mdk/mdk_dto/paypal_search_parameter.rb, line 27
def detail_order_type=(detail_order_type)
  @detail_order_type  = detail_order_type
end
invoice_id() click to toggle source

請求番号を取得する

@return

請求番号

# File tgMdk/lib/tg_mdk/mdk_dto/paypal_search_parameter.rb, line 54
def invoice_id
  @invoice_id ||= nil
end
invoice_id=(invoice_id) click to toggle source

請求番号を設定する

@param

#invoice_id 請求番号

# File tgMdk/lib/tg_mdk/mdk_dto/paypal_search_parameter.rb, line 63
def invoice_id=(invoice_id)
  @invoice_id = invoice_id
end
payer_id() click to toggle source

顧客番号を取得する

@return

顧客番号

# File tgMdk/lib/tg_mdk/mdk_dto/paypal_search_parameter.rb, line 72
def payer_id
  @payer_id ||= nil
end
payer_id=(payer_id) click to toggle source

顧客番号を設定する

@param

#payer_id 顧客番号

# File tgMdk/lib/tg_mdk/mdk_dto/paypal_search_parameter.rb, line 81
def payer_id=(payer_id)
  @payer_id = payer_id
end
payment_datetime() click to toggle source

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

@return

支払日時(From, To)

# File tgMdk/lib/tg_mdk/mdk_dto/paypal_search_parameter.rb, line 36
def payment_datetime
  @payment_datetime ||= nil
end
payment_datetime=(payment_datetime) click to toggle source

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

@param

#payment_datetime 支払日時(From, To)

# File tgMdk/lib/tg_mdk/mdk_dto/paypal_search_parameter.rb, line 45
def payment_datetime=(payment_datetime)
  @payment_datetime = payment_datetime
end