class Veritrans::Tercerog::Mdk::ProperOrderInfo

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

@author

VeriTrans Inc.

Public Instance Methods

account_manage_type() click to toggle source

口座管理方式を取得する

@return

口座管理方式

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

口座管理方式を設定する

@param

#account_manage_type 口座管理方式

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 2150
def account_manage_type=(account_manage_type)
  @account_manage_type = account_manage_type
end
account_number() click to toggle source

口座番号を取得する

@return

口座番号

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

口座番号を設定する

@param

#account_number 口座番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 2131
def account_number=(account_number)
  @account_number = account_number
end
accounting_type() click to toggle source

課金タイプを取得する

@return

課金タイプ

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

課金タイプを設定する

@param

#accounting_type 課金タイプ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1097
def accounting_type=(accounting_type)
  @accounting_type = accounting_type
end
acquirer_code() click to toggle source

仕向け先コードを取得する

@return

仕向け先コード

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

仕向け先コードを設定する

@param

#acquirer_code 仕向け先コード

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1964
def acquirer_code=(acquirer_code)
  @acquirer_code = acquirer_code
end
amount() click to toggle source

決済金額を取得する

@return

決済金額

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

決済金額を設定する

@param

amount 決済金額

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 60
def amount=(amount)
  @amount = amount
end
app_url() click to toggle source

決済アプリ起動URLを取得する

@return

決済アプリ起動URL

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

決済アプリ起動URLを設定する

@param

#app_url 決済アプリ起動URL

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 485
def app_url=(app_url)
  @app_url = app_url
end
authorize_amount() click to toggle source

決済申込金額を取得する

@return

決済申込金額

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

決済申込金額を設定する

@param

#authorize_amount 決済申込金額

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

決済申込日時を取得する

@return

決済申込日時

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

決済申込日時を設定する

@param

#authorize_datetime 決済申込日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1182
def authorize_datetime=(authorize_datetime)
  @authorize_datetime = authorize_datetime
end
balance() click to toggle source

残高を取得する

@return

残高

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

残高を設定する

@param

balance 残高

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 94
def balance=(balance)
  @balance = balance
end
cancel_datetime() click to toggle source

取消日時を取得する

@return

取消日時

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

取消日時を設定する

@param

#cancel_datetime 取消日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1216
def cancel_datetime=(cancel_datetime)
  @cancel_datetime = cancel_datetime
end
cancel_mail_addr() click to toggle source

取消返金通知メールアドレスを取得する

@return

取消返金通知メールアドレス

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

取消返金通知メールアドレスを設定する

@param

#cancel_mail_addr 取消返金通知メールアドレス

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 247
def cancel_mail_addr=(cancel_mail_addr)
  @cancel_mail_addr = cancel_mail_addr
end
capture_datetime() click to toggle source

売上日時を取得する

@return

売上日時

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

売上日時を設定する

@param

#capture_datetime 売上日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1199
def capture_datetime=(capture_datetime)
  @capture_datetime = capture_datetime
end
card_amount() click to toggle source

カード決済金額を取得する

@return

カード決済金額

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

カード決済金額を設定する

@param

#card_amount カード決済金額

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1012
def card_amount=(card_amount)
  @card_amount = card_amount
end
card_expire() click to toggle source

カード有効期限を取得する

@return

カード有効期限

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

カード有効期限を設定する

@param

#card_expire カード有効期限

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 876
def card_expire=(card_expire)
  @card_expire = card_expire
end
card_number() click to toggle source

カード番号を取得する

@return

カード番号

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

カード番号を設定する

@param

#card_number カード番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1981
def card_number=(card_number)
  @card_number = card_number
end
card_order_id() click to toggle source

カード取引IDを取得する

@return

カード取引ID

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

カード取引IDを設定する

@param

#card_order_id カード取引ID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1029
def card_order_id=(card_order_id)
  @card_order_id = card_order_id
end
complete_datetime() click to toggle source

完了日時を取得する

@return

完了日時

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

完了日時を設定する

@param

#complete_datetime 完了日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 519
def complete_datetime=(complete_datetime)
  @complete_datetime = complete_datetime
end
complete_mail_add_info() click to toggle source

完了メール付加情報を取得する

@return

完了メール付加情報

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

完了メール付加情報を設定する

@param

#complete_mail_add_info 完了メール付加情報

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 281
def complete_mail_add_info=(complete_mail_add_info)
  @complete_mail_add_info = complete_mail_add_info
end
complete_mail_flag() click to toggle source

完了メール送信要否を取得する

@return

完了メール送信要否

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

完了メール送信要否を設定する

@param

#complete_mail_flag 完了メール送信要否

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 315
def complete_mail_flag=(complete_mail_flag)
  @complete_mail_flag = complete_mail_flag
end
complete_notice_url() click to toggle source

決済完了通知URLを取得する

@return

決済完了通知URL

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

決済完了通知URLを設定する

@param

#complete_notice_url 決済完了通知URL

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 417
def complete_notice_url=(complete_notice_url)
  @complete_notice_url = complete_notice_url
end
complete_return_kind() click to toggle source

決済完了戻り先種別を取得する

@return

決済完了戻り先種別

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

決済完了戻り先種別を設定する

@param

#complete_return_kind 決済完了戻り先種別

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 383
def complete_return_kind=(complete_return_kind)
  @complete_return_kind = complete_return_kind
end
complete_return_url() click to toggle source

決済完了戻り先URLを取得する

@return

決済完了戻り先URL

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

決済完了戻り先URLを設定する

@param

#complete_return_url 決済完了戻り先URL

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 400
def complete_return_url=(complete_return_url)
  @complete_return_url = complete_return_url
end
complete_screen_add_info() click to toggle source

完了画面付加情報を取得する

@return

完了画面付加情報

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

完了画面付加情報を設定する

@param

#complete_screen_add_info 完了画面付加情報

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 349
def complete_screen_add_info=(complete_screen_add_info)
  @complete_screen_add_info = complete_screen_add_info
end
confirm_screen_add_info() click to toggle source

内容確認画面付加情報を取得する

@return

内容確認画面付加情報

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

内容確認画面付加情報を設定する

@param

#confirm_screen_add_info 内容確認画面付加情報

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 332
def confirm_screen_add_info=(confirm_screen_add_info)
  @confirm_screen_add_info = confirm_screen_add_info
end
contract_document_kbn() click to toggle source

契約書有無区分を取得する

@return

契約書有無区分

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

契約書有無区分を設定する

@param

#contract_document_kbn 契約書有無区分

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1828
def contract_document_kbn=(contract_document_kbn)
  @contract_document_kbn = contract_document_kbn
end
cr_order_id() click to toggle source

キャリアオーダーIDを取得する

@return

キャリアオーダーID

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

キャリアオーダーIDを設定する

@param

#cr_order_id キャリアオーダーID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1369
def cr_order_id=(cr_order_id)
  @cr_order_id = cr_order_id
end
cr_service_type() click to toggle source

キャリアサービスタイプを取得する

@return

キャリアサービスタイプ

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

キャリアサービスタイプを設定する

@param

#cr_service_type キャリアサービスタイプ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1063
def cr_service_type=(cr_service_type)
  @cr_service_type = cr_service_type
end
cvs_type() click to toggle source

決済サービスオプションを取得する

@return

決済サービスオプション

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

決済サービスオプションを設定する

@param

#cvs_type 決済サービスオプション

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 621
def cvs_type=(cvs_type)
  @cvs_type = cvs_type
end
d3_flag() click to toggle source

本人認証(3Dセキュア)を取得する

@return

本人認証(3Dセキュア)

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

本人認証(3Dセキュア)を設定する

@param

#d3_flag 本人認証(3Dセキュア)

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1386
def d3_flag=(d3_flag)
  @d3_flag = d3_flag
end
ddd_message_version() click to toggle source

3Dメッセージバージョンを取得する

@return

3Dメッセージバージョン

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

3Dメッセージバージョンを設定する

@param

#ddd_message_version 3Dメッセージバージョン

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 842
def ddd_message_version=(ddd_message_version)
  @ddd_message_version = ddd_message_version
end
deposit() click to toggle source

頭金を取得する

@return

頭金

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

頭金を設定する

@param

deposit 頭金

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1777
def deposit=(deposit)
  @deposit = deposit
end
entry_transfer_name() click to toggle source

登録時振込人名を取得する

@return

登録時振込人名

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

登録時振込人名を設定する

@param

#entry_transfer_name 登録時振込人名

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 2093
def entry_transfer_name=(entry_transfer_name)
  @entry_transfer_name = entry_transfer_name
end
entry_transfer_number() click to toggle source

登録時振込番号を取得する

@return

登録時振込番号

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

登録時振込番号を設定する

@param

#entry_transfer_number 登録時振込番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 2112
def entry_transfer_number=(entry_transfer_number)
  @entry_transfer_number = entry_transfer_number
end
flets_area() click to toggle source

フレッツエリアを取得する

@return

フレッツエリア

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

フレッツエリアを設定する

@param

#flets_area フレッツエリア

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1403
def flets_area=(flets_area)
  @flets_area = flets_area
end
forward_mail_flag() click to toggle source

転送メール送信要否を取得する

@return

転送メール送信要否

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

転送メール送信要否を設定する

@param

#forward_mail_flag 転送メール送信要否

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 213
def forward_mail_flag=(forward_mail_flag)
  @forward_mail_flag = forward_mail_flag
end
free() click to toggle source

備考を取得する

@return

備考

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

備考1を取得する

@return

備考1

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

備考1を設定する

@param

free1 備考1

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 723
def free1=(free1)
  @free1 = free1
end
free2() click to toggle source

備考2を取得する

@return

備考2

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

備考2を設定する

@param

free2 備考2

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 740
def free2=(free2)
  @free2 = free2
end
free=(free) click to toggle source

備考を設定する

@param

free 備考

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 451
def free=(free)
  @free = free
end
give_point() click to toggle source

付与ポイントを取得する

@return

付与ポイント

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

付与ポイントを設定する

@param

#give_point 付与ポイント

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 145
def give_point=(give_point)
  @give_point = give_point
end
handling_contract_no() click to toggle source

取扱契約番号を取得する

@return

取扱契約番号

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

取扱契約番号を設定する

@param

#handling_contract_no 取扱契約番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1811
def handling_contract_no=(handling_contract_no)
  @handling_contract_no = handling_contract_no
end
invoice_id() click to toggle source

請求番号を取得する

@return

請求番号

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

請求番号を設定する

@param

#invoice_id 請求番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 910
def invoice_id=(invoice_id)
  @invoice_id = invoice_id
end
item_amount() click to toggle source

商品金額を取得する

@return

商品金額

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

商品価格1(税込)を取得する

@return

商品価格1(税込)

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

商品価格1(税込)を設定する

@param

#item_amount1 商品価格1(税込)

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1522
def item_amount1=(item_amount1)
  @item_amount1 = item_amount1
end
item_amount2() click to toggle source

商品価格2(税込)を取得する

@return

商品価格2(税込)

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

商品価格2(税込)を設定する

@param

#item_amount2 商品価格2(税込)

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1573
def item_amount2=(item_amount2)
  @item_amount2 = item_amount2
end
item_amount3() click to toggle source

商品価格3(税込)を取得する

@return

商品価格3(税込)

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

商品価格3(税込)を設定する

@param

#item_amount3 商品価格3(税込)

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1624
def item_amount3=(item_amount3)
  @item_amount3 = item_amount3
end
item_amount4() click to toggle source

商品価格4(税込)を取得する

@return

商品価格4(税込)

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

商品価格4(税込)を設定する

@param

#item_amount4 商品価格4(税込)

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1675
def item_amount4=(item_amount4)
  @item_amount4 = item_amount4
end
item_amount5() click to toggle source

商品価格5(税込)を取得する

@return

商品価格5(税込)

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

商品価格5(税込)を設定する

@param

#item_amount5 商品価格5(税込)

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1726
def item_amount5=(item_amount5)
  @item_amount5 = item_amount5
end
item_amount=(item_amount) click to toggle source

商品金額を設定する

@param

#item_amount 商品金額

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1930
def item_amount=(item_amount)
  @item_amount = item_amount
end
item_count1() click to toggle source

数量1を取得する

@return

数量1

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

数量1を設定する

@param

#item_count1 数量1

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1505
def item_count1=(item_count1)
  @item_count1 = item_count1
end
item_count2() click to toggle source

数量2を取得する

@return

数量2

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

数量2を設定する

@param

#item_count2 数量2

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1556
def item_count2=(item_count2)
  @item_count2 = item_count2
end
item_count3() click to toggle source

数量3を取得する

@return

数量3

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

数量3を設定する

@param

#item_count3 数量3

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1607
def item_count3=(item_count3)
  @item_count3 = item_count3
end
item_count4() click to toggle source

数量4を取得する

@return

数量4

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

数量4を設定する

@param

#item_count4 数量4

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1658
def item_count4=(item_count4)
  @item_count4 = item_count4
end
item_count5() click to toggle source

数量5を取得する

@return

数量5

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

数量5を設定する

@param

#item_count5 数量5

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1709
def item_count5=(item_count5)
  @item_count5 = item_count5
end
item_description() click to toggle source

商品説明を取得する

@return

商品説明

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

商品説明を設定する

@param

#item_description 商品説明

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1913
def item_description=(item_description)
  @item_description = item_description
end
item_id() click to toggle source

商品番号を取得する

@return

商品番号

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

商品番号を設定する

@param

#item_id 商品番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1131
def item_id=(item_id)
  @item_id = item_id
end
item_info() click to toggle source

商品情報を取得する

@return

商品情報

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

商品情報を設定する

@param

#item_info 商品情報

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1114
def item_info=(item_info)
  @item_info = item_info
end
item_name() click to toggle source

商品名を取得する

@return

商品名

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

商品名1を取得する

@return

商品名1

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

商品名1を設定する

@param

#item_name1 商品名1

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1488
def item_name1=(item_name1)
  @item_name1 = item_name1
end
item_name2() click to toggle source

商品名2を取得する

@return

商品名2

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

商品名2を設定する

@param

#item_name2 商品名2

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1539
def item_name2=(item_name2)
  @item_name2 = item_name2
end
item_name3() click to toggle source

商品名3を取得する

@return

商品名3

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

商品名3を設定する

@param

#item_name3 商品名3

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1590
def item_name3=(item_name3)
  @item_name3 = item_name3
end
item_name4() click to toggle source

商品名4を取得する

@return

商品名4

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

商品名4を設定する

@param

#item_name4 商品名4

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1641
def item_name4=(item_name4)
  @item_name4 = item_name4
end
item_name5() click to toggle source

商品名5を取得する

@return

商品名5

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

商品名5を設定する

@param

#item_name5 商品名5

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1692
def item_name5=(item_name5)
  @item_name5 = item_name5
end
item_name=(item_name) click to toggle source

商品名を設定する

@param

#item_name 商品名

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1471
def item_name=(item_name)
  @item_name = item_name
end
item_type() click to toggle source

商品タイプを取得する

@return

商品タイプ

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

商品タイプを設定する

@param

#item_type 商品タイプ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1148
def item_type=(item_type)
  @item_type = item_type
end
jpo_information() click to toggle source

支払詳細を取得する

@return

支払詳細

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

支払詳細を設定する

@param

#jpo_information 支払詳細

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1998
def jpo_information=(jpo_information)
  @jpo_information = jpo_information
end
kana() click to toggle source

カナを取得する

@return

カナ

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

カナを設定する

@param

kana カナ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 672
def kana=(kana)
  @kana = kana
end
linepay_order_id() click to toggle source

LINE PayオーダーIDを取得する

@return

LINE PayオーダーID

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

LINE PayオーダーIDを設定する

@param

#linepay_order_id LINE PayオーダーID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1896
def linepay_order_id=(linepay_order_id)
  @linepay_order_id = linepay_order_id
end
mail_addr() click to toggle source

メールアドレスを取得する

@return

メールアドレス

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

メールアドレスを設定する

@param

#mail_addr メールアドレス

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 706
def mail_addr=(mail_addr)
  @mail_addr = mail_addr
end
masterpass_order_id() click to toggle source

MasterPass取引IDを取得する

@return

MasterPass取引ID

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

MasterPass取引IDを設定する

@param

#masterpass_order_id MasterPass取引ID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1947
def masterpass_order_id=(masterpass_order_id)
  @masterpass_order_id = masterpass_order_id
end
merchant_coupon() click to toggle source

マーチャントクーポンを取得する

@return

マーチャントクーポン

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

マーチャントクーポンを設定する

@param

#merchant_coupon マーチャントクーポン

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 179
def merchant_coupon=(merchant_coupon)
  @merchant_coupon = merchant_coupon
end
merchant_mail_addr() click to toggle source

マーチャントメールアドレスを取得する

@return

マーチャントメールアドレス

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

マーチャントメールアドレスを設定する

@param

#merchant_mail_addr マーチャントメールアドレス

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 230
def merchant_mail_addr=(merchant_mail_addr)
  @merchant_mail_addr = merchant_mail_addr
end
merchant_redirect_uri() click to toggle source

マーチャントリダイレクトURIを取得する

@return

マーチャントリダイレクトURI

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

マーチャントリダイレクトURIを設定する

@param

#merchant_redirect_uri マーチャントリダイレクトURI

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 961
def merchant_redirect_uri=(merchant_redirect_uri)
  @merchant_redirect_uri = merchant_redirect_uri
end
merchant_redirection_url() click to toggle source

マーチャントリダイレクションURLを取得する

@return

マーチャントリダイレクションURL

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

マーチャントリダイレクションURLを設定する

@param

#merchant_redirection_url マーチャントリダイレクションURL

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1420
def merchant_redirection_url=(merchant_redirection_url)
  @merchant_redirection_url = merchant_redirection_url
end
mp_cancel_datetime() click to toggle source

継続取消日時を取得する

@return

継続取消日時

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

継続取消日時を設定する

@param

#mp_cancel_datetime 継続取消日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1335
def mp_cancel_datetime=(mp_cancel_datetime)
  @mp_cancel_datetime = mp_cancel_datetime
end
mp_capture_datetime() click to toggle source

継続売上日時を取得する

@return

継続売上日時

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

継続売上日時を設定する

@param

#mp_capture_datetime 継続売上日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1318
def mp_capture_datetime=(mp_capture_datetime)
  @mp_capture_datetime = mp_capture_datetime
end
mp_day() click to toggle source

継続課金日を取得する

@return

継続課金日

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

継続課金日を設定する

@param

#mp_day 継続課金日

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1250
def mp_day=(mp_day)
  @mp_day = mp_day
end
mp_first_date() click to toggle source

初回課金日付を取得する

@return

初回課金日付

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

初回課金日付を設定する

@param

#mp_first_date 初回課金日付

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1233
def mp_first_date=(mp_first_date)
  @mp_first_date = mp_first_date
end
mp_order_id() click to toggle source

継続課金オーダーIDを取得する

@return

継続課金オーダーID

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

継続課金オーダーIDを設定する

@param

#mp_order_id 継続課金オーダーID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1284
def mp_order_id=(mp_order_id)
  @mp_order_id = mp_order_id
end
mp_status() click to toggle source

継続状態フラグ (月額課金状態フラグ)を取得する

@return

継続状態フラグ (月額課金状態フラグ)

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

継続状態フラグ (月額課金状態フラグ)を設定する

@param

#mp_status 継続状態フラグ (月額課金状態フラグ)

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1267
def mp_status=(mp_status)
  @mp_status = mp_status
end
mp_terminate_datetime() click to toggle source

継続終了日時を取得する

@return

継続終了日時

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

継続終了日時を設定する

@param

#mp_terminate_datetime 継続終了日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1352
def mp_terminate_datetime=(mp_terminate_datetime)
  @mp_terminate_datetime = mp_terminate_datetime
end
mp_txn_status_type() click to toggle source

継続課金状態タイプを取得する

@return

継続課金状態タイプ

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

継続課金状態タイプを設定する

@param

#mp_txn_status_type 継続課金状態タイプ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1301
def mp_txn_status_type=(mp_txn_status_type)
  @mp_txn_status_type = mp_txn_status_type
end
name1() click to toggle source

氏名1を取得する

@return

氏名1

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

氏名1を設定する

@param

name1 氏名1

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 638
def name1=(name1)
  @name1 = name1
end
name2() click to toggle source

氏名2を取得する

@return

氏名2

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

氏名2を設定する

@param

name2 氏名2

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 655
def name2=(name2)
  @name2 = name2
end
order_kind() click to toggle source

オーダー種別を取得する

@return

オーダー種別

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

オーダー種別を設定する

@param

#order_kind オーダー種別

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 502
def order_kind=(order_kind)
  @order_kind = order_kind
end
orico_order_no() click to toggle source

注文番号を取得する

@return

注文番号

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

注文番号を設定する

@param

#orico_order_no 注文番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1437
def orico_order_no=(orico_order_no)
  @orico_order_no = orico_order_no
end
paid_datetime() click to toggle source

入金受付日を取得する

@return

入金受付日

paid_datetime=(paid_datetime) click to toggle source

入金受付日を設定する

@param

#paid_datetime 入金受付日

pay_limit() click to toggle source

支払期限を取得する

@return

支払期限

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

支払期限を設定する

@param

#pay_limit 支払期限

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 757
def pay_limit=(pay_limit)
  @pay_limit = pay_limit
end
payer_id() click to toggle source

顧客番号を取得する

@return

顧客番号

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

顧客番号を設定する

@param

#payer_id 顧客番号

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

支払日時を取得する

@return

支払日時

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

支払日時を設定する

@param

#payment_datetime 支払日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 944
def payment_datetime=(payment_datetime)
  @payment_datetime = payment_datetime
end
proper_transaction_info() click to toggle source

固有トランザクション情報を取得する

@return

固有トランザクション情報

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

固有トランザクション情報を設定する

@param

#proper_transaction_info 固有トランザクション情報

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1046
def proper_transaction_info=(proper_transaction_info)
  @proper_transaction_info = proper_transaction_info
end
rakuten_order_id() click to toggle source

楽天オーダーIDを取得する

@return

楽天オーダーID

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

楽天オーダーIDを設定する

@param

#rakuten_order_id 楽天オーダーID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1862
def rakuten_order_id=(rakuten_order_id)
  @rakuten_order_id = rakuten_order_id
end
re_auth_app_url() click to toggle source

復旧用アプリ起動URLを取得する

@return

復旧用アプリ起動URL

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

復旧用アプリ起動URLを設定する

@param

#re_auth_app_url 復旧用アプリ起動URL

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 604
def re_auth_app_url=(re_auth_app_url)
  @re_auth_app_url = re_auth_app_url
end
re_authorize_redirection_url() click to toggle source

復旧リダイレクションURLを取得する

@return

復旧リダイレクションURL

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

復旧リダイレクションURLを設定する

@param

#re_authorize_redirection_url 復旧リダイレクションURL

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 536
def re_authorize_redirection_url=(re_authorize_redirection_url)
  @re_authorize_redirection_url = re_authorize_redirection_url
end
receipt_no() click to toggle source

受付番号を取得する

@return

受付番号

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

受付番号を設定する

@param

#receipt_no 受付番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 774
def receipt_no=(receipt_no)
  @receipt_no = receipt_no
end
received_datetime() click to toggle source

収納日時を取得する

@return

収納日時

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

収納日時を設定する

@param

#received_datetime 収納日時

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 808
def received_datetime=(received_datetime)
  @received_datetime = received_datetime
end
reconcile_date() click to toggle source

消込日を取得する

@return

消込日

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

消込日を設定する

@param

#reconcile_date 消込日

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 2055
def reconcile_date=(reconcile_date)
  @reconcile_date = reconcile_date
end
recruit_coupon() click to toggle source

リクルートクーポンを取得する

@return

リクルートクーポン

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

リクルートクーポンを設定する

@param

#recruit_coupon リクルートクーポン

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 162
def recruit_coupon=(recruit_coupon)
  @recruit_coupon = recruit_coupon
end
recruit_order_id() click to toggle source

リクルートオーダーIDを取得する

@return

リクルートオーダーID

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

リクルートオーダーIDを設定する

@param

#recruit_order_id リクルートオーダーID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1879
def recruit_order_id=(recruit_order_id)
  @recruit_order_id = recruit_order_id
end
refund_order_ctl_id() click to toggle source

返金オーダーIDを取得する

@return

返金オーダーID

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

返金オーダーIDを設定する

@param

#refund_order_ctl_id 返金オーダーID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 468
def refund_order_ctl_id=(refund_order_ctl_id)
  @refund_order_ctl_id = refund_order_ctl_id
end
request_currency_unit() click to toggle source

要求通貨単位を取得する

@return

要求通貨単位

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

要求通貨単位を設定する

@param

#request_currency_unit 要求通貨単位

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 859
def request_currency_unit=(request_currency_unit)
  @request_currency_unit = request_currency_unit
end
request_mail_add_info() click to toggle source

依頼メール付加情報を取得する

@return

依頼メール付加情報

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

依頼メール付加情報を設定する

@param

#request_mail_add_info 依頼メール付加情報

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 264
def request_mail_add_info=(request_mail_add_info)
  @request_mail_add_info = request_mail_add_info
end
sales_type() click to toggle source

販売区分を取得する

@return

販売区分

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

販売区分を設定する

@param

#sales_type 販売区分

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 434
def sales_type=(sales_type)
  @sales_type = sales_type
end
screen_title() click to toggle source

画面タイトルを取得する

@return

画面タイトル

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

画面タイトルを設定する

@param

#screen_title 画面タイトル

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 366
def screen_title=(screen_title)
  @screen_title = screen_title
end
settlement_id() click to toggle source

決済処理IDを取得する

@return

決済処理ID

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

決済処理IDを設定する

@param

#settlement_id 決済処理ID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 587
def settlement_id=(settlement_id)
  @settlement_id = settlement_id
end
settlement_limit() click to toggle source

決済期限を取得する

@return

決済期限

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

決済期限を設定する

@param

#settlement_limit 決済期限

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 196
def settlement_limit=(settlement_limit)
  @settlement_limit = settlement_limit
end
settlement_method() click to toggle source

決済方式を取得する

@return

決済方式

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

決済方式を設定する

@param

#settlement_method 決済方式

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 26
def settlement_method=(settlement_method)
  @settlement_method = settlement_method
end
settlement_type() click to toggle source

決済タイプを取得する

@return

決済タイプ

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

決済タイプを設定する

@param

#settlement_type 決済タイプ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 43
def settlement_type=(settlement_type)
  @settlement_type = settlement_type
end
shipping_zip_code() click to toggle source

配送先郵便番号を取得する

@return

配送先郵便番号

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

配送先郵便番号を設定する

@param

#shipping_zip_code 配送先郵便番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1794
def shipping_zip_code=(shipping_zip_code)
  @shipping_zip_code = shipping_zip_code
end
shop_name() click to toggle source

ショップ名を取得する

@return

ショップ名

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

ショップ名を設定する

@param

#shop_name ショップ名

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 298
def shop_name=(shop_name)
  @shop_name = shop_name
end
start_txn() click to toggle source

電文IDを取得する

@return

電文ID

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

電文IDを設定する

@param

#start_txn 電文ID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 825
def start_txn=(start_txn)
  @start_txn = start_txn
end
tel_no() click to toggle source

電話番号を取得する

@return

電話番号

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

電話番号を設定する

@param

#tel_no 電話番号

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 689
def tel_no=(tel_no)
  @tel_no = tel_no
end
terminal_kind() click to toggle source

端末種別を取得する

@return

端末種別

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

端末種別を設定する

@param

#terminal_kind 端末種別

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1165
def terminal_kind=(terminal_kind)
  @terminal_kind = terminal_kind
end
total_amount() click to toggle source

決済金額を取得する

@return

決済金額

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

決済金額を設定する

@param

#total_amount 決済金額

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 978
def total_amount=(total_amount)
  @total_amount = total_amount
end
total_carriage() click to toggle source

送料合計(税込)を取得する

@return

送料合計(税込)

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

送料合計(税込)を設定する

@param

#total_carriage 送料合計(税込)

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1760
def total_carriage=(total_carriage)
  @total_carriage = total_carriage
end
total_deposit_amount() click to toggle source

入金総額を取得する

@return

入金総額

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

入金総額を設定する

@param

#total_deposit_amount 入金総額

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 2074
def total_deposit_amount=(total_deposit_amount)
  @total_deposit_amount = total_deposit_amount
end
total_item_amount() click to toggle source

商品価格合計(税込)を取得する

@return

商品価格合計(税込)

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

商品価格合計(税込)を設定する

@param

#total_item_amount 商品価格合計(税込)

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1743
def total_item_amount=(total_item_amount)
  @total_item_amount = total_item_amount
end
trad_url() click to toggle source

広告URLを取得する

@return

広告URL

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

広告URLを設定する

@param

#trad_url 広告URL

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 893
def trad_url=(trad_url)
  @trad_url = trad_url
end
transaction_kind() click to toggle source

取引種別を取得する

@return

取引種別

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

取引種別を設定する

@param

#transaction_kind 取引種別

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 553
def transaction_kind=(transaction_kind)
  @transaction_kind = transaction_kind
end
transfer_expired_date() click to toggle source

振込期限を取得する

@return

振込期限

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

振込期限を設定する

@param

#transfer_expired_date 振込期限

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 2036
def transfer_expired_date=(transfer_expired_date)
  @transfer_expired_date = transfer_expired_date
end
use_point() click to toggle source

利用ポイント(リクルート)を取得する

@return

利用ポイント(リクルート)

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

利用ポイント(リクルート)を設定する

@param

#use_point 利用ポイント(リクルート)

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

利用ポイントを取得する

@return

利用ポイント

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

利用ポイントを設定する

@param

#used_point 利用ポイント

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 111
def used_point=(used_point)
  @used_point = used_point
end
user_id() click to toggle source

ユーザIDを取得する

@return

ユーザID

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

ユーザIDを設定する

@param

#user_id ユーザID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 570
def user_id=(user_id)
  @user_id = user_id
end
user_no() click to toggle source

会員番号(加盟店)を取得する

@return

会員番号(加盟店)

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

会員番号(加盟店)を設定する

@param

#user_no 会員番号(加盟店)

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1454
def user_no=(user_no)
  @user_no = user_no
end
vacc_deposit_status_type() click to toggle source

入金状態を取得する

@return

入金状態

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

入金状態を設定する

@param

#vacc_deposit_status_type 入金状態

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 2017
def vacc_deposit_status_type=(vacc_deposit_status_type)
  @vacc_deposit_status_type = vacc_deposit_status_type
end
wallet_amount() click to toggle source

ウォレット決済金額を取得する

@return

ウォレット決済金額

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

ウォレット決済金額を設定する

@param

#wallet_amount ウォレット決済金額

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 995
def wallet_amount=(wallet_amount)
  @wallet_amount = wallet_amount
end
web_description_id() click to toggle source

WEB申込商品IDを取得する

@return

WEB申込商品ID

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

WEB申込商品IDを設定する

@param

#web_description_id WEB申込商品ID

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1845
def web_description_id=(web_description_id)
  @web_description_id = web_description_id
end
with_capture() click to toggle source

与信同時売上フラグを取得する

@return

与信同時売上フラグ

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

与信同時売上フラグを設定する

@param

#with_capture 与信同時売上フラグ

# File tgMdk/lib/tg_mdk/mdk_dto/proper_order_info.rb, line 1080
def with_capture=(with_capture)
  @with_capture = with_capture
end