class Veritrans::Tercerog::Mdk::PayNowIdParam

PayNowIdオブジェクトのクラス

@author

VeriTrans Inc.

Public Instance Methods

account_param() click to toggle source

会員情報を取得する

@return

会員情報

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

会員情報を設定する

@param

accountParam 会員情報

# File tgMdk/lib/tg_mdk/mdk_dto/pay_now_id_param.rb, line 26
def account_param=(account_param)
  @account_param = account_param
end
charge_param() click to toggle source

課金グループ情報を取得する

@return

課金グループ情報

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

課金グループ情報を設定する

@param

#charge_param 課金グループ情報

# File tgMdk/lib/tg_mdk/mdk_dto/pay_now_id_param.rb, line 43
def charge_param=(charge_param)
  @charge_param = charge_param
end
free_key() click to toggle source

キー情報を取得する

@return

キー情報

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

キー情報を設定する

@param

#free_key キー情報

# File tgMdk/lib/tg_mdk/mdk_dto/pay_now_id_param.rb, line 145
def free_key=(free_key)
  @free_key = free_key
end
memo1() click to toggle source

取引メモ1を取得する

@return

取引メモ1

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

取引メモ1を設定する

@param

memo1 取引メモ1

# File tgMdk/lib/tg_mdk/mdk_dto/pay_now_id_param.rb, line 94
def memo1=(memo1)
  @memo1 = memo1
end
memo2() click to toggle source

取引メモ2を取得する

@return

取引メモ2

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

取引メモ2を設定する

@param

memo2 取引メモ2

# File tgMdk/lib/tg_mdk/mdk_dto/pay_now_id_param.rb, line 111
def memo2=(memo2)
  @memo2 = memo2
end
memo3() click to toggle source

取引メモ3を取得する

@return

取引メモ3

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

取引メモ3を設定する

@param

memo3 取引メモ3

# File tgMdk/lib/tg_mdk/mdk_dto/pay_now_id_param.rb, line 128
def memo3=(memo3)
  @memo3 = memo3
end
order_param() click to toggle source

取引情報を取得する

@return

取引情報

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

取引情報を設定する

@param

#order_param 取引情報

# File tgMdk/lib/tg_mdk/mdk_dto/pay_now_id_param.rb, line 60
def order_param=(order_param)
  @order_param = order_param
end
receipt_data() click to toggle source

レシートデータを取得する

@return

レシートデータ

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

レシートデータを設定する

@param

#receipt_data レシートデータ

# File tgMdk/lib/tg_mdk/mdk_dto/pay_now_id_param.rb, line 162
def receipt_data=(receipt_data)
  @receipt_data = receipt_data
end
tanking() click to toggle source

タンキングフラグを取得する

@return

タンキングフラグ

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

タンキングフラグを設定する

@param

tanking タンキングフラグ

# File tgMdk/lib/tg_mdk/mdk_dto/pay_now_id_param.rb, line 77
def tanking=(tanking)
  @tanking = tanking
end
token() click to toggle source

トークンを取得する

@param

token トークン

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

トークンを設定する

@param

token トークン

# File tgMdk/lib/tg_mdk/mdk_dto/pay_now_id_param.rb, line 179
def token=(token)
  @token = token
end