class Veritrans::Tercerog::Mdk::OrderInfo

検索結果:オーダー情報のクラス

@author

VeriTrans Inc.

Public Instance Methods

account_id() click to toggle source

会員IDを取得する

@return

会員ID

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

会員IDを設定する

@param

#account_id 会員ID

# File tgMdk/lib/tg_mdk/mdk_dto/order_info.rb, line 230
def account_id=(account_id)
  @account_id = account_id
end
free_key() click to toggle source

キー情報を取得する

@return

キー情報

# File tgMdk/lib/tg_mdk/mdk_dto/order_info.rb, line 204
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/order_info.rb, line 213
def free_key=(free_key)
  @free_key = free_key
end
index() click to toggle source

インデックスを取得する

@return

インデックス

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

インデックスを設定する

@param

index インデックス

# File tgMdk/lib/tg_mdk/mdk_dto/order_info.rb, line 26
def index=(index)
  @index = index
end
last_success_txn_type() click to toggle source

最終成功トランザクションタイプを取得する

@return

最終成功トランザクションタイプ

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

最終成功トランザクションタイプを設定する

@param

#last_success_txn_type 最終成功トランザクションタイプ

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

取引メモ1を取得する

@return

取引メモ1

# File tgMdk/lib/tg_mdk/mdk_dto/order_info.rb, line 153
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/order_info.rb, line 162
def memo1=(memo1)
  @memo1 = memo1
end
memo2() click to toggle source

取引メモ2を取得する

@return

取引メモ2

# File tgMdk/lib/tg_mdk/mdk_dto/order_info.rb, line 170
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/order_info.rb, line 179
def memo2=(memo2)
  @memo2 = memo2
end
memo3() click to toggle source

取引メモ3を取得する

@return

取引メモ3

# File tgMdk/lib/tg_mdk/mdk_dto/order_info.rb, line 187
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/order_info.rb, line 196
def memo3=(memo3)
  @memo3 = memo3
end
order_id() click to toggle source

オーダーIDを取得する

@return

オーダーID

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

オーダーIDを設定する

@param

#order_id オーダーID

# File tgMdk/lib/tg_mdk/mdk_dto/order_info.rb, line 60
def order_id=(order_id)
  @order_id = order_id
end
order_status() click to toggle source

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

@return

オーダー決済状態

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

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

@param

#order_status オーダー決済状態

# File tgMdk/lib/tg_mdk/mdk_dto/order_info.rb, line 77
def order_status=(order_status)
  @order_status = order_status
end
proper_order_info() click to toggle source

固有オーダー情報を取得する

@return

固有オーダー情報

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

固有オーダー情報を設定する

@param

#proper_order_info 固有オーダー情報

# File tgMdk/lib/tg_mdk/mdk_dto/order_info.rb, line 128
def proper_order_info=(proper_order_info)
  @proper_order_info = proper_order_info
end
service_type_cd() click to toggle source

決済サービスタイプを取得する

@return

決済サービスタイプ

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

決済サービスタイプを設定する

@param

#service_type_cd 決済サービスタイプ

# File tgMdk/lib/tg_mdk/mdk_dto/order_info.rb, line 43
def service_type_cd=(service_type_cd)
  @service_type_cd = service_type_cd
end
success_detail_txn_type() click to toggle source

詳細トランザクションタイプを取得する

@return

詳細トランザクションタイプ

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

詳細トランザクションタイプを設定する

@param

#success_detail_txn_type 詳細トランザクションタイプ

# File tgMdk/lib/tg_mdk/mdk_dto/order_info.rb, line 111
def success_detail_txn_type=(success_detail_txn_type)
  @success_detail_txn_type = success_detail_txn_type
end
transaction_infos() click to toggle source

決済トランザクションリストを取得する

@return

決済トランザクションリスト

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

決済トランザクションリストを設定する

@param

#transaction_infos 決済トランザクションリスト

# File tgMdk/lib/tg_mdk/mdk_dto/order_info.rb, line 145
def transaction_infos=(transaction_infos)
  @transaction_infos = transaction_infos
end