account_id()
click to toggle source
Bankpay申込口座IDを取得する¶ ↑
- @return
-
Bankpay口座会員ID
def account_id
@account_id = nil unless instance_variable_defined?(:@account_id)
@account_id
end
account_id=(account_id)
click to toggle source
Bankpay申込口座IDを設定する¶ ↑
- @param
-
#member_id
Bankpay申込口座ID
def account_id=(account_id)
@account_id = account_id
end
account_manage_type()
click to toggle source
口座管理方式を取得する¶ ↑
- @return
-
口座管理方式
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
口座管理方式
def account_manage_type=(account_manage_type)
@account_manage_type = account_manage_type
end
account_number()
click to toggle source
口座番号を取得する¶ ↑
- @return
-
口座番号
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
口座番号
def account_number=(account_number)
@account_number = account_number
end
account_type()
click to toggle source
アカウントタイプを取得する¶ ↑
- @return
-
アカウントタイプ
def account_type
@account_type = nil unless instance_variable_defined?(:@account_type)
@account_type
end
account_type=(account_type)
click to toggle source
アカウントタイプを設定する¶ ↑
- @param
-
#account_type
アカウントタイプ
def account_type=(account_type)
@account_type = account_type
end
accounting_type()
click to toggle source
課金タイプを取得する¶ ↑
- @return
-
課金タイプ
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
課金タイプ
def accounting_type=(accounting_type)
@accounting_type = accounting_type
end
acquirer_code()
click to toggle source
仕向け先コードを取得する¶ ↑
- @return
-
仕向け先コード
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
仕向け先コード
def acquirer_code=(acquirer_code)
@acquirer_code = acquirer_code
end
alipayx_service_type()
click to toggle source
Alipay+サービスタイプを取得する¶ ↑
- @return
-
Alipay+サービスタイプ
def alipayx_service_type
@alipayx_service_type = nil unless instance_variable_defined?(:@alipayx_service_type)
@alipayx_service_type
end
alipayx_service_type=(alipayx_service_type)
click to toggle source
Alipay+サービスタイプを設定する¶ ↑
- @param
-
#alipayx_service_type
Alipay+サービスタイプ
def alipayx_service_type=(alipayx_service_type)
@alipayx_service_type = alipayx_service_type
end
amount()
click to toggle source
決済金額を取得する¶ ↑
- @return
-
決済金額
def amount
@amount = nil unless instance_variable_defined?(:@amount)
@amount
end
amount=(amount)
click to toggle source
決済金額を設定する¶ ↑
- @param
-
amount 決済金額
def amount=(amount)
@amount = amount
end
app_url()
click to toggle source
決済アプリ起動URLを取得する¶ ↑
- @return
-
決済アプリ起動URL
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
def app_url=(app_url)
@app_url = app_url
end
authentication_indicator()
click to toggle source
認証要求タイプを取得する¶ ↑
- @return
-
認証要求タイプ
def authentication_indicator
@authentication_indicator = nil unless instance_variable_defined?(:@authentication_indicator)
@authentication_indicator
end
authentication_indicator=(authentication_indicator)
click to toggle source
認証要求タイプを設定する¶ ↑
- @param
-
#authentication_indicator
認証要求タイプ
def authentication_indicator=(authentication_indicator)
@authentication_indicator = authentication_indicator
end
authorize_amount()
click to toggle source
決済申込金額を取得する¶ ↑
- @return
-
決済申込金額
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
決済申込金額
def authorize_amount=(authorize_amount)
@authorize_amount = authorize_amount
end
authorize_datetime()
click to toggle source
決済申込日時を取得する¶ ↑
- @return
-
決済申込日時
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
決済申込日時
def authorize_datetime=(authorize_datetime)
@authorize_datetime = authorize_datetime
end
balance()
click to toggle source
残高を取得する¶ ↑
- @return
-
残高
def balance
@balance = nil unless instance_variable_defined?(:@balance)
@balance
end
balance=(balance)
click to toggle source
残高を設定する¶ ↑
- @param
-
balance 残高
def balance=(balance)
@balance = balance
end
cancel_datetime()
click to toggle source
取消日時を取得する¶ ↑
- @return
-
取消日時
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
取消日時
def cancel_datetime=(cancel_datetime)
@cancel_datetime = cancel_datetime
end
cancel_expiration_time()
click to toggle source
取消受付期限を取得する¶ ↑
- @return
-
取消受付期限
def cancel_expiration_time
@cancel_expiration_time = nil unless instance_variable_defined?(:@cancel_expiration_time)
@cancel_expiration_time
end
cancel_expiration_time=(cancel_expiration_time)
click to toggle source
取消受付期限を設定する¶ ↑
- @param
-
#cancel_expiration_time
取消受付期限
def cancel_expiration_time=(cancel_expiration_time)
@cancel_expiration_time = cancel_expiration_time
end
cancel_mail_addr()
click to toggle source
取消返金通知メールアドレスを取得する¶ ↑
- @return
-
取消返金通知メールアドレス
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
取消返金通知メールアドレス
def cancel_mail_addr=(cancel_mail_addr)
@cancel_mail_addr = cancel_mail_addr
end
cancel_txn_id()
click to toggle source
決済取消トランザクションIDを取得する¶ ↑
- @return
-
決済取消トランザクションID
def cancel_txn_id
@cancel_txn_id = nil unless instance_variable_defined?(:@cancel_txn_id)
@cancel_txn_id
end
cancel_txn_id=(cancel_txn_id)
click to toggle source
決済取消トランザクションIDを設定する¶ ↑
- @param
-
#cancel_txn_id
決済取消トランザクションID
def cancel_txn_id=(cancel_txn_id)
@cancel_txn_id = cancel_txn_id
end
capture_amount()
click to toggle source
売上金額を取得する¶ ↑
- @return
-
売上金額
def capture_amount
@capture_amount = nil unless instance_variable_defined?(:@capture_amount)
@capture_amount
end
capture_amount=(capture_amount)
click to toggle source
売上金額を設定する¶ ↑
- @param
-
#capture_amount
売上金額
def capture_amount=(capture_amount)
@capture_amount = capture_amount
end
capture_datetime()
click to toggle source
売上日時を取得する¶ ↑
- @return
-
売上日時
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
売上日時
def capture_datetime=(capture_datetime)
@capture_datetime = capture_datetime
end
capture_expiration_time()
click to toggle source
売上受付期限を取得する¶ ↑
- @return
-
売上受付期限
def capture_expiration_time
@capture_expiration_time = nil unless instance_variable_defined?(:@capture_expiration_time)
@capture_expiration_time
end
capture_expiration_time=(capture_expiration_time)
click to toggle source
売上受付期限を設定する¶ ↑
- @param
-
#capture_expiration_time
売上受付期限
def capture_expiration_time=(capture_expiration_time)
@capture_expiration_time = capture_expiration_time
end
card3ds()
click to toggle source
3D セキュア認証利用有無を取得する¶ ↑
- @return
-
3D セキュア認証利用有無
def card3ds
@card3ds = nil unless instance_variable_defined?(:@card3ds)
@card3ds
end
card3ds=(card3ds)
click to toggle source
3D セキュア認証利用有無を設定する¶ ↑
- @param
-
card3ds 3D セキュア認証利用有無
def card3ds=(card3ds)
@card3ds = card3ds
end
card_amount()
click to toggle source
カード決済金額を取得する¶ ↑
- @return
-
カード決済金額
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
カード決済金額
def card_amount=(card_amount)
@card_amount = card_amount
end
card_brand()
click to toggle source
クレジットカードのブランドを取得する¶ ↑
- @return
-
クレジットカードのブランド
def card_brand
@card_brand = nil unless instance_variable_defined?(:@card_brand)
@card_brand
end
card_brand=(card_brand)
click to toggle source
クレジットカードのブランドを設定する¶ ↑
- @param
-
#card_brand
クレジットカードのブランド
def card_brand=(card_brand)
@card_brand = card_brand
end
card_cvc()
click to toggle source
セキュリティコード認証利用有無を取得する¶ ↑
- @return
-
セキュリティコード認証利用有無
def card_cvc
@card_cvc = nil unless instance_variable_defined?(:@card_cvc)
@card_cvc
end
card_cvc=(card_cvc)
click to toggle source
セキュリティコード認証利用有無を設定する¶ ↑
- @param
-
#card_cvc
セキュリティコード認証利用有無
def card_cvc=(card_cvc)
@card_cvc = card_cvc
end
card_expire()
click to toggle source
カード有効期限を取得する¶ ↑
- @return
-
カード有効期限
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
カード有効期限
def card_expire=(card_expire)
@card_expire = card_expire
end
card_installments()
click to toggle source
分割払いの回数を取得する¶ ↑
- @return
-
分割払いの回数
def card_installments
@card_installments = nil unless instance_variable_defined?(:@card_installments)
@card_installments
end
card_installments=(card_installments)
click to toggle source
分割払いの回数を設定する¶ ↑
- @param
-
#card_installments
分割払いの回数
def card_installments=(card_installments)
@card_installments = card_installments
end
card_last4()
click to toggle source
クレジットカード番号の下4桁を取得する¶ ↑
- @return
-
クレジットカード番号の下4桁
def card_last4
@card_last4 = nil unless instance_variable_defined?(:@card_last4)
@card_last4
end
card_last4=(card_last4)
click to toggle source
クレジットカード番号の下4桁を設定する¶ ↑
- @param
-
#card_last4
クレジットカード番号の下4桁
def card_last4=(card_last4)
@card_last4 = card_last4
end
card_number()
click to toggle source
カード番号を取得する¶ ↑
- @return
-
カード番号
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 カード番号
def card_number=(card_number)
@card_number = card_number
end
card_order_id()
click to toggle source
カード取引IDを取得する¶ ↑
- @return
-
カード取引ID
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
def card_order_id=(card_order_id)
@card_order_id = card_order_id
end
center_id()
click to toggle source
決済センターの管理IDを取得する¶ ↑
- @return
-
決済センターの管理ID
def center_id
@center_id = nil unless instance_variable_defined?(:@center_id)
@center_id
end
center_id=(center_id)
click to toggle source
決済センターの管理IDを設定する¶ ↑
- @param
-
#center_id
決済センターの管理ID
def center_id=(center_id)
@center_id = center_id
end
center_order_id()
click to toggle source
決済センターの管理IDを取得する¶ ↑
- @return
-
決済センターの管理ID
def center_order_id
@center_order_id = nil unless instance_variable_defined?(:@center_order_id)
@center_order_id
end
center_order_id=(center_order_id)
click to toggle source
決済センターの管理IDを設定する¶ ↑
- @param
-
#center_order_id
決済センターの管理ID
def center_order_id=(center_order_id)
@center_order_id = center_order_id
end
complete_datetime()
click to toggle source
完了日時を取得する¶ ↑
- @return
-
完了日時
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
完了日時
def complete_datetime=(complete_datetime)
@complete_datetime = complete_datetime
end
complete_mail_add_info()
click to toggle source
完了メール付加情報を取得する¶ ↑
- @return
-
完了メール付加情報
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
完了メール付加情報
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
-
完了メール送信要否
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
完了メール送信要否
def complete_mail_flag=(complete_mail_flag)
@complete_mail_flag = complete_mail_flag
end
complete_notice_url()
click to toggle source
決済完了通知URLを取得する¶ ↑
- @return
-
決済完了通知URL
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
def complete_notice_url=(complete_notice_url)
@complete_notice_url = complete_notice_url
end
complete_return_kind()
click to toggle source
決済完了戻り先種別を取得する¶ ↑
- @return
-
決済完了戻り先種別
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
決済完了戻り先種別
def complete_return_kind=(complete_return_kind)
@complete_return_kind = complete_return_kind
end
complete_return_url()
click to toggle source
決済完了戻り先URLを取得する¶ ↑
- @return
-
決済完了戻り先URL
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
def complete_return_url=(complete_return_url)
@complete_return_url = complete_return_url
end
complete_screen_add_info()
click to toggle source
完了画面付加情報を取得する¶ ↑
- @return
-
完了画面付加情報
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
完了画面付加情報
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
-
内容確認画面付加情報
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
内容確認画面付加情報
def confirm_screen_add_info=(confirm_screen_add_info)
@confirm_screen_add_info = confirm_screen_add_info
end
consent_auth_type()
click to toggle source
承諾時決済タイプを取得する¶ ↑
- @return
-
承諾時決済タイプ
def consent_auth_type
@consent_auth_type = nil unless instance_variable_defined?(:@consent_auth_type)
@consent_auth_type
end
consent_auth_type=(consent_auth_type)
click to toggle source
承諾時決済タイプを設定する¶ ↑
- @param
-
#consent_auth_type
承諾時決済タイプ
def consent_auth_type=(consent_auth_type)
@consent_auth_type = consent_auth_type
end
consent_status()
click to toggle source
承諾状態を取得する¶ ↑
- @return
-
承諾状態
def consent_status
@consent_status = nil unless instance_variable_defined?(:@consent_status)
@consent_status
end
consent_status=(consent_status)
click to toggle source
承諾状態を設定する¶ ↑
- @param
-
#consent_status
承諾状態
def consent_status=(consent_status)
@consent_status = consent_status
end
contract_document_kbn()
click to toggle source
契約書有無区分を取得する¶ ↑
- @return
-
契約書有無区分
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
契約書有無区分
def contract_document_kbn=(contract_document_kbn)
@contract_document_kbn = contract_document_kbn
end
cr_order_id()
click to toggle source
キャリアオーダーIDを取得する¶ ↑
- @return
-
キャリアオーダーID
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
def cr_order_id=(cr_order_id)
@cr_order_id = cr_order_id
end
cr_service_type()
click to toggle source
キャリアサービスタイプを取得する¶ ↑
- @return
-
キャリアサービスタイプ
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
キャリアサービスタイプ
def cr_service_type=(cr_service_type)
@cr_service_type = cr_service_type
end
customer_id()
click to toggle source
顧客IDを取得する¶ ↑
- @return
-
顧客ID
def customer_id
@customer_id = nil unless instance_variable_defined?(:@customer_id)
@customer_id
end
customer_id=(customer_id)
click to toggle source
顧客IDを設定する¶ ↑
- @param
-
#customer_id
楽天承諾時取引ID
def customer_id=(customer_id)
@customer_id = customer_id
end
cvs_type()
click to toggle source
決済サービスオプションを取得する¶ ↑
- @return
-
決済サービスオプション
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 決済サービスオプション
def cvs_type=(cvs_type)
@cvs_type = cvs_type
end
cvspay_order_id()
click to toggle source
CvsPayオーダーIDを取得する¶ ↑
- @return
-
CvsPayオーダーID
def cvspay_order_id
@cvspay_order_id = nil unless instance_variable_defined?(:@cvspay_order_id)
@cvspay_order_id
end
cvspay_order_id=(cvspay_order_id)
click to toggle source
CvsPayオーダーIDを設定する¶ ↑
- @param
-
#cvspay_order_id
CvsPayオーダーID
def cvspay_order_id=(cvspay_order_id)
@cvspay_order_id = cvspay_order_id
end
cvspay_type()
click to toggle source
CvsPay種別を取得する¶ ↑
- @return
-
CvsPay種別
def cvspay_type
@cvspay_type = nil unless instance_variable_defined?(:@cvspay_type)
@cvspay_type
end
cvspay_type=(cvspay_type)
click to toggle source
CvsPay種別を設定する¶ ↑
- @param
-
#cvspay_type
CvsPay種別
def cvspay_type=(cvspay_type)
@cvspay_type = cvspay_type
end
d3_flag()
click to toggle source
本人認証(3Dセキュア)を取得する¶ ↑
- @return
-
本人認証(3Dセキュア)
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セキュア)
def d3_flag=(d3_flag)
@d3_flag = d3_flag
end
ddd_message_version()
click to toggle source
3Dメッセージバージョンを取得する¶ ↑
- @return
-
3Dメッセージバージョン
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メッセージバージョン
def ddd_message_version=(ddd_message_version)
@ddd_message_version = ddd_message_version
end
deposit()
click to toggle source
頭金を取得する¶ ↑
- @return
-
頭金
def deposit
@deposit = nil unless instance_variable_defined?(:@deposit)
@deposit
end
deposit=(deposit)
click to toggle source
頭金を設定する¶ ↑
- @param
-
deposit 頭金
def deposit=(deposit)
@deposit = deposit
end
device_channel()
click to toggle source
デバイスチャネルを取得する¶ ↑
- @return
-
デバイスチャネル
def device_channel
@device_channel = nil unless instance_variable_defined?(:@device_channel)
@device_channel
end
device_channel=(device_channel)
click to toggle source
デバイスチャネルを設定する¶ ↑
- @param
-
#device_channel
デバイスチャネル
def device_channel=(device_channel)
@device_channel = device_channel
end
discount_amount()
click to toggle source
割引金額を取得する¶ ↑
- @return
-
割引金額
def discount_amount
@discount_amount = nil unless instance_variable_defined?(:@discount_amount)
@discount_amount
end
discount_amount=(discount_amount)
click to toggle source
割引金額を設定する¶ ↑
- @param
-
#discount_amount
割引金額
def discount_amount=(discount_amount)
@discount_amount = discount_amount
end
entry_transfer_name()
click to toggle source
登録時振込人名を取得する¶ ↑
- @return
-
登録時振込人名
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
登録時振込人名
def entry_transfer_name=(entry_transfer_name)
@entry_transfer_name = entry_transfer_name
end
entry_transfer_number()
click to toggle source
登録時振込番号を取得する¶ ↑
- @return
-
登録時振込番号
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
登録時振込番号
def entry_transfer_number=(entry_transfer_number)
@entry_transfer_number = entry_transfer_number
end
epos_order_id()
click to toggle source
エポス取引IDを取得する¶ ↑
- @return
-
エポス取引ID
def epos_order_id
@epos_order_id = nil unless instance_variable_defined?(:@epos_order_id)
@epos_order_id
end
epos_order_id=(epos_order_id)
click to toggle source
エポス取引IDを設定する¶ ↑
- @param
-
#epos_order_id
エポス取引ID
def epos_order_id=(epos_order_id)
@epos_order_id = epos_order_id
end
extend_auth_expiration_time()
click to toggle source
与信延長受付期限を取得する¶ ↑
- @return
-
与信延長受付期限
def extend_auth_expiration_time
@extend_auth_expiration_time = nil unless instance_variable_defined?(:@extend_auth_expiration_time)
@extend_auth_expiration_time
end
extend_auth_expiration_time=(extend_auth_expiration_time)
click to toggle source
与信延長受付期限を設定する¶ ↑
- @param
-
#extend_auth_expiration_time
与信延長受付期限
def extend_auth_expiration_time=(extend_auth_expiration_time)
@extend_auth_expiration_time = extend_auth_expiration_time
end
flets_area()
click to toggle source
フレッツエリアを取得する¶ ↑
- @return
-
フレッツエリア
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 フレッツエリア
def flets_area=(flets_area)
@flets_area = flets_area
end
forward_mail_flag()
click to toggle source
転送メール送信要否を取得する¶ ↑
- @return
-
転送メール送信要否
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
転送メール送信要否
def forward_mail_flag=(forward_mail_flag)
@forward_mail_flag = forward_mail_flag
end
free()
click to toggle source
備考を取得する¶ ↑
- @return
-
備考
def free
@free = nil unless instance_variable_defined?(:@free)
@free
end
free1()
click to toggle source
備考1を取得する¶ ↑
- @return
-
備考1
def free1
@free1 = nil unless instance_variable_defined?(:@free1)
@free1
end
free1=(free1)
click to toggle source
備考1を設定する¶ ↑
- @param
-
free1 備考1
def free1=(free1)
@free1 = free1
end
free2()
click to toggle source
備考2を取得する¶ ↑
- @return
-
備考2
def free2
@free2 = nil unless instance_variable_defined?(:@free2)
@free2
end
free2=(free2)
click to toggle source
備考2を設定する¶ ↑
- @param
-
free2 備考2
def free2=(free2)
@free2 = free2
end
free=(free)
click to toggle source
備考を設定する¶ ↑
- @param
-
free 備考
def free=(free)
@free = free
end
frequency_unit()
click to toggle source
頻度(単位)を取得する¶ ↑
- @return
-
頻度(単位)
def frequency_unit
@frequency_unit = nil unless instance_variable_defined?(:@frequency_unit)
@frequency_unit
end
frequency_unit=(frequency_unit)
click to toggle source
頻度(単位)を設定する¶ ↑
- @param
-
#frequency_unit
頻度(単位)
def frequency_unit=(frequency_unit)
@frequency_unit = frequency_unit
end
frequency_value()
click to toggle source
頻度(値)を取得する¶ ↑
- @return
-
頻度(値)
def frequency_value
@frequency_value = nil unless instance_variable_defined?(:@frequency_value)
@frequency_value
end
frequency_value=(frequency_value)
click to toggle source
頻度(値)を設定する¶ ↑
- @param
-
#frequency_value
頻度(値)
def frequency_value=(frequency_value)
@frequency_value = frequency_value
end
gateway_order_id()
click to toggle source
決済取引IDを取得する¶ ↑
- @return
-
決済取引ID
def gateway_order_id
@gateway_order_id = nil unless instance_variable_defined?(:@gateway_order_id)
@gateway_order_id
end
gateway_order_id=(gateway_order_id)
click to toggle source
決済取引IDを設定する¶ ↑
- @param
-
#gateway_order_id
決済取引ID
def gateway_order_id=(gateway_order_id)
@gateway_order_id = gateway_order_id
end
give_point()
click to toggle source
付与ポイントを取得する¶ ↑
- @return
-
付与ポイント
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 付与ポイント
def give_point=(give_point)
@give_point = give_point
end
handling_contract_no()
click to toggle source
取扱契約番号を取得する¶ ↑
- @return
-
取扱契約番号
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
取扱契約番号
def handling_contract_no=(handling_contract_no)
@handling_contract_no = handling_contract_no
end
invoice_id()
click to toggle source
請求番号を取得する¶ ↑
- @return
-
請求番号
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 請求番号
def invoice_id=(invoice_id)
@invoice_id = invoice_id
end
item_amount()
click to toggle source
商品金額を取得する¶ ↑
- @return
-
商品金額
def item_amount
@item_amount = nil unless instance_variable_defined?(:@item_amount)
@item_amount
end
item_amount1()
click to toggle source
商品価格1(税込)を取得する¶ ↑
- @return
-
商品価格1(税込)
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(税込)
def item_amount1=(item_amount1)
@item_amount1 = item_amount1
end
item_amount2()
click to toggle source
商品価格2(税込)を取得する¶ ↑
- @return
-
商品価格2(税込)
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(税込)
def item_amount2=(item_amount2)
@item_amount2 = item_amount2
end
item_amount3()
click to toggle source
商品価格3(税込)を取得する¶ ↑
- @return
-
商品価格3(税込)
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(税込)
def item_amount3=(item_amount3)
@item_amount3 = item_amount3
end
item_amount4()
click to toggle source
商品価格4(税込)を取得する¶ ↑
- @return
-
商品価格4(税込)
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(税込)
def item_amount4=(item_amount4)
@item_amount4 = item_amount4
end
item_amount5()
click to toggle source
商品価格5(税込)を取得する¶ ↑
- @return
-
商品価格5(税込)
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(税込)
def item_amount5=(item_amount5)
@item_amount5 = item_amount5
end
item_amount=(item_amount)
click to toggle source
商品金額を設定する¶ ↑
- @param
-
#item_amount 商品金額
def item_amount=(item_amount)
@item_amount = item_amount
end
item_count1()
click to toggle source
数量1を取得する¶ ↑
- @return
-
数量1
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
def item_count1=(item_count1)
@item_count1 = item_count1
end
item_count2()
click to toggle source
数量2を取得する¶ ↑
- @return
-
数量2
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
def item_count2=(item_count2)
@item_count2 = item_count2
end
item_count3()
click to toggle source
数量3を取得する¶ ↑
- @return
-
数量3
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
def item_count3=(item_count3)
@item_count3 = item_count3
end
item_count4()
click to toggle source
数量4を取得する¶ ↑
- @return
-
数量4
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
def item_count4=(item_count4)
@item_count4 = item_count4
end
item_count5()
click to toggle source
数量5を取得する¶ ↑
- @return
-
数量5
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
def item_count5=(item_count5)
@item_count5 = item_count5
end
item_detail()
click to toggle source
商品詳細を取得する¶ ↑
- @return
-
商品詳細
def item_detail
@item_detail = nil unless instance_variable_defined?(:@item_detail)
@item_detail
end
item_detail=(item_detail)
click to toggle source
商品詳細を設定する¶ ↑
- @param
-
#item_detail 商品詳細
def item_detail=(item_detail)
@item_detail = item_detail
end
item_id()
click to toggle source
商品番号を取得する¶ ↑
- @return
-
商品番号
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 商品番号
def item_id=(item_id)
@item_id = item_id
end
item_info()
click to toggle source
商品情報を取得する¶ ↑
- @return
-
商品情報
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 商品情報
def item_info=(item_info)
@item_info = item_info
end
item_label()
click to toggle source
商品タグを取得する¶ ↑
- @return
-
商品タグ
def item_label
@item_label = nil unless instance_variable_defined?(:@item_label)
@item_label
end
item_label=(item_label)
click to toggle source
商品タグを設定する¶ ↑
- @param
-
#item_label 商品タグ
def item_label=(item_label)
@item_label = item_label
end
item_name()
click to toggle source
商品名を取得する¶ ↑
- @return
-
商品名
def item_name
@item_name = nil unless instance_variable_defined?(:@item_name)
@item_name
end
item_name1()
click to toggle source
商品名1を取得する¶ ↑
- @return
-
商品名1
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
def item_name1=(item_name1)
@item_name1 = item_name1
end
item_name2()
click to toggle source
商品名2を取得する¶ ↑
- @return
-
商品名2
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
def item_name2=(item_name2)
@item_name2 = item_name2
end
item_name3()
click to toggle source
商品名3を取得する¶ ↑
- @return
-
商品名3
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
def item_name3=(item_name3)
@item_name3 = item_name3
end
item_name4()
click to toggle source
商品名4を取得する¶ ↑
- @return
-
商品名4
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
def item_name4=(item_name4)
@item_name4 = item_name4
end
item_name5()
click to toggle source
商品名5を取得する¶ ↑
- @return
-
商品名5
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
def item_name5=(item_name5)
@item_name5 = item_name5
end
item_name=(item_name)
click to toggle source
商品名を設定する¶ ↑
- @param
-
#item_name 商品名
def item_name=(item_name)
@item_name = item_name
end
item_type()
click to toggle source
商品タイプを取得する¶ ↑
- @return
-
商品タイプ
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 商品タイプ
def item_type=(item_type)
@item_type = item_type
end
kana()
click to toggle source
カナを取得する¶ ↑
- @return
-
カナ
def kana
@kana = nil unless instance_variable_defined?(:@kana)
@kana
end
kana=(kana)
click to toggle source
カナを設定する¶ ↑
- @param
-
kana カナ
def kana=(kana)
@kana = kana
end
last_author_result()
click to toggle source
最新自動審査結果を取得する¶ ↑
- @return
-
最新自動審査結果
def last_author_result
@last_author_result = nil unless instance_variable_defined?(:@last_author_result)
@last_author_result
end
last_author_result=(last_author_result)
click to toggle source
最新自動審査結果を設定する¶ ↑
- @param
-
#last_author_result
最新自動審査結果
def last_author_result=(last_author_result)
@last_author_result = last_author_result
end
linepay_order_id()
click to toggle source
LINE PayオーダーIDを取得する¶ ↑
- @return
-
LINE PayオーダーID
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
def linepay_order_id=(linepay_order_id)
@linepay_order_id = linepay_order_id
end
mail_addr()
click to toggle source
メールアドレスを取得する¶ ↑
- @return
-
メールアドレス
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 メールアドレス
def mail_addr=(mail_addr)
@mail_addr = mail_addr
end
management_no()
click to toggle source
管理番号を取得する¶ ↑
- @return
-
管理番号
def management_no
@management_no = nil unless instance_variable_defined?(:@management_no)
@management_no
end
management_no=(management_no)
click to toggle source
管理番号を設定する¶ ↑
- @param
-
#management_no
管理番号
def management_no=(management_no)
@management_no = management_no
end
masterpass_order_id()
click to toggle source
MasterPass取引IDを取得する¶ ↑
- @return
-
MasterPass取引ID
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
def masterpass_order_id=(masterpass_order_id)
@masterpass_order_id = masterpass_order_id
end
member_id()
click to toggle source
Bankpay申込会員IDを取得する¶ ↑
- @return
-
Bankpay申込会員ID
def member_id
@member_id = nil unless instance_variable_defined?(:@member_id)
@member_id
end
member_id=(member_id)
click to toggle source
Bankpay申込会員IDを設定する¶ ↑
- @param
-
#member_id
Bankpay申込会員ID
def member_id=(member_id)
@member_id = member_id
end
merchant_coupon()
click to toggle source
マーチャントクーポンを取得する¶ ↑
- @return
-
マーチャントクーポン
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
マーチャントクーポン
def merchant_coupon=(merchant_coupon)
@merchant_coupon = merchant_coupon
end
merchant_mail_addr()
click to toggle source
マーチャントメールアドレスを取得する¶ ↑
- @return
-
マーチャントメールアドレス
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
マーチャントメールアドレス
def merchant_mail_addr=(merchant_mail_addr)
@merchant_mail_addr = merchant_mail_addr
end
merchant_redirect_uri()
click to toggle source
マーチャントリダイレクトURIを取得する¶ ↑
- @return
-
マーチャントリダイレクトURI
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
def merchant_redirect_uri=(merchant_redirect_uri)
@merchant_redirect_uri = merchant_redirect_uri
end
merchant_redirection_url()
click to toggle source
マーチャントリダイレクションURLを取得する¶ ↑
- @return
-
マーチャントリダイレクションURL
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
def merchant_redirection_url=(merchant_redirection_url)
@merchant_redirection_url = merchant_redirection_url
end
merpay_service_type()
click to toggle source
merpayサービスタイプを取得する¶ ↑
- @return
-
merpayサービスタイプ
def merpay_service_type
@merpay_service_type = nil unless instance_variable_defined?(:@merpay_service_type)
@merpay_service_type
end
merpay_service_type=(merpay_service_type)
click to toggle source
merpayサービスタイプを設定する¶ ↑
- @param
-
#merpay_service_type
merpayサービスタイプ
def merpay_service_type=(merpay_service_type)
@merpay_service_type = merpay_service_type
end
message_category()
click to toggle source
メッセージカテゴリを取得する¶ ↑
- @return
-
メッセージカテゴリ
def message_category
@message_category = nil unless instance_variable_defined?(:@message_category)
@message_category
end
message_category=(message_category)
click to toggle source
メッセージカテゴリを設定する¶ ↑
- @param
-
#message_category
メッセージカテゴリ
def message_category=(message_category)
@message_category = message_category
end
mp_cancel_datetime()
click to toggle source
継続取消日時を取得する¶ ↑
- @return
-
継続取消日時
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
継続取消日時
def mp_cancel_datetime=(mp_cancel_datetime)
@mp_cancel_datetime = mp_cancel_datetime
end
mp_capture_datetime()
click to toggle source
継続売上日時を取得する¶ ↑
- @return
-
継続売上日時
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
継続売上日時
def mp_capture_datetime=(mp_capture_datetime)
@mp_capture_datetime = mp_capture_datetime
end
mp_day()
click to toggle source
継続課金日を取得する¶ ↑
- @return
-
継続課金日
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 継続課金日
def mp_day=(mp_day)
@mp_day = mp_day
end
mp_first_date()
click to toggle source
初回課金日付を取得する¶ ↑
- @return
-
初回課金日付
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
初回課金日付
def mp_first_date=(mp_first_date)
@mp_first_date = mp_first_date
end
mp_order_id()
click to toggle source
継続課金オーダーIDを取得する¶ ↑
- @return
-
継続課金オーダーID
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
def mp_order_id=(mp_order_id)
@mp_order_id = mp_order_id
end
mp_status()
click to toggle source
継続状態フラグ (月額課金状態フラグ)を取得する¶ ↑
- @return
-
継続状態フラグ (月額課金状態フラグ)
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 継続状態フラグ
(月額課金状態フラグ)
def mp_status=(mp_status)
@mp_status = mp_status
end
mp_terminate_datetime()
click to toggle source
継続終了日時を取得する¶ ↑
- @return
-
継続終了日時
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
継続終了日時
def mp_terminate_datetime=(mp_terminate_datetime)
@mp_terminate_datetime = mp_terminate_datetime
end
mp_txn_status_type()
click to toggle source
継続課金状態タイプを取得する¶ ↑
- @return
-
継続課金状態タイプ
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
継続課金状態タイプ
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
def name1
@name1 = nil unless instance_variable_defined?(:@name1)
@name1
end
name1=(name1)
click to toggle source
氏名1を設定する¶ ↑
- @param
-
name1 氏名1
def name1=(name1)
@name1 = name1
end
name2()
click to toggle source
氏名2を取得する¶ ↑
- @return
-
氏名2
def name2
@name2 = nil unless instance_variable_defined?(:@name2)
@name2
end
name2=(name2)
click to toggle source
氏名2を設定する¶ ↑
- @param
-
name2 氏名2
def name2=(name2)
@name2 = name2
end
nissen_transaction_id()
click to toggle source
ニッセン注文IDを取得する¶ ↑
- @return
-
ニッセン注文ID
def nissen_transaction_id
@nissen_transaction_id = nil unless instance_variable_defined?(:@nissen_transaction_id)
@nissen_transaction_id
end
nissen_transaction_id=(nissen_transaction_id)
click to toggle source
ニッセン注文IDを設定する¶ ↑
- @param
-
#nissen_transaction_id
ニッセン注文ID
def nissen_transaction_id=(nissen_transaction_id)
@nissen_transaction_id = nissen_transaction_id
end
od_amount()
click to toggle source
随時決済金額を取得する¶ ↑
- @return
-
随時決済金額
def od_amount
@od_amount = nil unless instance_variable_defined?(:@od_amount)
@od_amount
end
od_amount=(od_amount)
click to toggle source
随時決済金額を設定する¶ ↑
- @param
-
#od_amount 随時決済金額
def od_amount=(od_amount)
@od_amount = od_amount
end
order_kind()
click to toggle source
オーダー種別を取得する¶ ↑
- @return
-
オーダー種別
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 オーダー種別
def order_kind=(order_kind)
@order_kind = order_kind
end
orico_order_no()
click to toggle source
注文番号を取得する¶ ↑
- @return
-
注文番号
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
注文番号
def orico_order_no=(orico_order_no)
@orico_order_no = orico_order_no
end
original_order_id()
click to toggle source
元取引IDを取得する¶ ↑
- @return
-
元取引ID
def original_order_id
@original_order_id = nil unless instance_variable_defined?(:@original_order_id)
@original_order_id
end
original_order_id=(original_order_id)
click to toggle source
元取引IDを設定する¶ ↑
- @param
-
#original_order_id
元取引ID
def original_order_id=(original_order_id)
@original_order_id = original_order_id
end
paid_datetime()
click to toggle source
入金受付日を取得する¶ ↑
- @return
-
入金受付日
def paid_datetime
@paid_datetime = nil unless instance_variable_defined?(:@paid_datetime)
@paid_datetime
end
paid_datetime=(paid_datetime)
click to toggle source
入金受付日を設定する¶ ↑
- @param
-
#paid_datetime
入金受付日
def paid_datetime=(paid_datetime)
@paid_datetime = paid_datetime
end
pay_confirm_screen_type()
click to toggle source
決済確認画面種別を取得する¶ ↑
- @return
-
決済確認画面種別
def pay_confirm_screen_type
@pay_confirm_screen_type = nil unless instance_variable_defined?(:@pay_confirm_screen_type)
@pay_confirm_screen_type
end
pay_confirm_screen_type=(pay_confirm_screen_type)
click to toggle source
決済確認画面種別を設定する¶ ↑
- @param
-
#pay_confirm_screen_type
決済確認画面種別
def pay_confirm_screen_type=(pay_confirm_screen_type)
@pay_confirm_screen_type = pay_confirm_screen_type
end
pay_limit()
click to toggle source
支払期限を取得する¶ ↑
- @return
-
支払期限
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 支払期限
def pay_limit=(pay_limit)
@pay_limit = pay_limit
end
pay_limit_datetime()
click to toggle source
支払期限日時を取得する¶ ↑
- @return
-
支払期限日時
def pay_limit_datetime
@pay_limit_datetime = nil unless instance_variable_defined?(:@pay_limit_datetime)
@pay_limit_datetime
end
pay_limit_datetime=(pay_limit_datetime)
click to toggle source
支払期限日時を設定する¶ ↑
- @param
-
#pay_limit_datetime
支払期限日時
def pay_limit_datetime=(pay_limit_datetime)
@pay_limit_datetime = pay_limit_datetime
end
pay_type()
click to toggle source
決済種別を取得する¶ ↑
- @return
-
決済種別
def pay_type
@pay_type = nil unless instance_variable_defined?(:@pay_type)
@pay_type
end
pay_type=(pay_type)
click to toggle source
決済種別を設定する¶ ↑
- @param
-
#pay_type 決済種別
def pay_type=(pay_type)
@pay_type = pay_type
end
payer_id()
click to toggle source
顧客番号を取得する¶ ↑
- @return
-
顧客番号
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 顧客番号
def payer_id=(payer_id)
@payer_id = payer_id
end
payment_authentication_type()
click to toggle source
決済認証方式を取得する¶ ↑
- @return
-
決済認証方式
def payment_authentication_type
@payment_authentication_type = nil unless instance_variable_defined?(:@payment_authentication_type)
@payment_authentication_type
end
payment_authentication_type=(payment_authentication_type)
click to toggle source
決済認証方式を設定する¶ ↑
アプリ決済認証方式フラグ
auの都度決済でのみ指定可能です。 ※未指定の場合は、「0:ID認証方式」
- @param
-
#payment_authentication_type
決済認証方式
def payment_authentication_type=(payment_authentication_type)
@payment_authentication_type = payment_authentication_type
end
payment_datetime()
click to toggle source
支払日時を取得する¶ ↑
- @return
-
支払日時
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
支払日時
def payment_datetime=(payment_datetime)
@payment_datetime = payment_datetime
end
payment_source()
click to toggle source
ペイメントソースを取得する¶ ↑
- @return
-
ペイメントソース
def payment_source
@payment_source = nil unless instance_variable_defined?(:@payment_source)
@payment_source
end
payment_source=(payment_source)
click to toggle source
ペイメントソースを設定する¶ ↑
- @param
-
#payment_source
ペイメントソース
def payment_source=(payment_source)
@payment_source = payment_source
end
payment_txn_id()
click to toggle source
決済トランザクションIDを取得する¶ ↑
- @return
-
決済トランザクションID
def payment_txn_id
@payment_txn_id = nil unless instance_variable_defined?(:@payment_txn_id)
@payment_txn_id
end
payment_txn_id=(payment_txn_id)
click to toggle source
決済トランザクションIDを設定する¶ ↑
- @param
-
#payment_txn_id
決済トランザクションID
def payment_txn_id=(payment_txn_id)
@payment_txn_id = payment_txn_id
end
paypay_order_id()
click to toggle source
決済センター(PayPay)との取引IDを取得する¶ ↑
- @return
-
決済センター(PayPay)との取引ID
def paypay_order_id
@paypay_order_id = nil unless instance_variable_defined?(:@paypay_order_id)
@paypay_order_id
end
paypay_order_id=(paypay_order_id)
click to toggle source
決済センター(PayPay)との取引IDを設定する¶ ↑
- @param
-
#paypay_order_id
決済センター(PayPay)との取引ID
def paypay_order_id=(paypay_order_id)
@paypay_order_id = paypay_order_id
end
paypay_service_type()
click to toggle source
PayPayサービスタイプを取得する¶ ↑
- @return
-
PayPayサービスタイプ
def paypay_service_type
@paypay_service_type = nil unless instance_variable_defined?(:@paypay_service_type)
@paypay_service_type
end
paypay_service_type=(paypay_service_type)
click to toggle source
PayPayサービスタイプを設定する¶ ↑
- @param
-
#paypay_service_type
PayPayサービスタイプ
def paypay_service_type=(paypay_service_type)
@paypay_service_type = paypay_service_type
end
preapproval_id()
click to toggle source
事前承認IDを取得する¶ ↑
- @return
-
事前承認ID
def preapproval_id
@preapproval_id = nil unless instance_variable_defined?(:@preapproval_id)
@preapproval_id
end
preapproval_id=(preapproval_id)
click to toggle source
事前承認IDを設定する¶ ↑
- @param
-
#preapproval_id
事前承認ID
def preapproval_id=(preapproval_id)
@preapproval_id = preapproval_id
end
proper_transaction_info()
click to toggle source
固有トランザクション情報を取得する¶ ↑
- @return
-
固有トランザクション情報
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
固有トランザクション情報
def proper_transaction_info=(proper_transaction_info)
@proper_transaction_info = proper_transaction_info
end
rakuten_consent_order_id()
click to toggle source
楽天承諾時取引IDを取得する¶ ↑
- @return
-
楽天承諾時取引ID
def rakuten_consent_order_id
@rakuten_consent_order_id = nil unless instance_variable_defined?(:@rakuten_consent_order_id)
@rakuten_consent_order_id
end
rakuten_consent_order_id=(rakuten_consent_order_id)
click to toggle source
楽天承諾時取引IDを設定する¶ ↑
- @param
-
#rakuten_consent_order_id
楽天承諾時取引ID
def rakuten_consent_order_id=(rakuten_consent_order_id)
@rakuten_consent_order_id = rakuten_consent_order_id
end
rakuten_order_id()
click to toggle source
楽天オーダーIDを取得する¶ ↑
- @return
-
楽天オーダーID
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
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
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
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
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
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
-
受付番号
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 受付番号
def receipt_no=(receipt_no)
@receipt_no = receipt_no
end
received_datetime()
click to toggle source
収納日時を取得する¶ ↑
- @return
-
収納日時
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
収納日時
def received_datetime=(received_datetime)
@received_datetime = received_datetime
end
reconcile_date()
click to toggle source
消込日を取得する¶ ↑
- @return
-
消込日
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
消込日
def reconcile_date=(reconcile_date)
@reconcile_date = reconcile_date
end
recruit_coupon()
click to toggle source
リクルートクーポンを取得する¶ ↑
- @return
-
リクルートクーポン
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
リクルートクーポン
def recruit_coupon=(recruit_coupon)
@recruit_coupon = recruit_coupon
end
recruit_order_id()
click to toggle source
リクルートオーダーIDを取得する¶ ↑
- @return
-
リクルートオーダーID
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
def recruit_order_id=(recruit_order_id)
@recruit_order_id = recruit_order_id
end
refund_datetime()
click to toggle source
返金日時を取得する¶ ↑
- @return
-
返金日時
def refund_datetime
@refund_datetime = nil unless instance_variable_defined?(:@refund_datetime)
@refund_datetime
end
refund_datetime=(refund_datetime)
click to toggle source
返金日時を設定する¶ ↑
- @param
-
#refund_datetime
返金日時
def refund_datetime=(refund_datetime)
@refund_datetime = refund_datetime
end
refund_order_ctl_id()
click to toggle source
返金オーダーIDを取得する¶ ↑
- @return
-
返金オーダーID
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
def refund_order_ctl_id=(refund_order_ctl_id)
@refund_order_ctl_id = refund_order_ctl_id
end
refundable_amount()
click to toggle source
返金可能金額を取得する¶ ↑
- @return
-
返金可能金額
def refundable_amount
@refundable_amount = nil unless instance_variable_defined?(:@refundable_amount)
@refundable_amount
end
refundable_amount=(refundable_amount)
click to toggle source
返金可能金額を設定する¶ ↑
- @param
-
#refundable_amount
返金可能金額
def refundable_amount=(refundable_amount)
@refundable_amount = refundable_amount
end
request_currency_unit()
click to toggle source
要求通貨単位を取得する¶ ↑
- @return
-
要求通貨単位
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
要求通貨単位
def request_currency_unit=(request_currency_unit)
@request_currency_unit = request_currency_unit
end
request_mail_add_info()
click to toggle source
依頼メール付加情報を取得する¶ ↑
- @return
-
依頼メール付加情報
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
依頼メール付加情報
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
-
販売区分
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 販売区分
def sales_type=(sales_type)
@sales_type = sales_type
end
screen_title()
click to toggle source
画面タイトルを取得する¶ ↑
- @return
-
画面タイトル
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
画面タイトル
def screen_title=(screen_title)
@screen_title = screen_title
end
settlement_id()
click to toggle source
決済処理IDを取得する¶ ↑
- @return
-
決済処理ID
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
def settlement_id=(settlement_id)
@settlement_id = settlement_id
end
settlement_limit()
click to toggle source
決済期限を取得する¶ ↑
- @return
-
決済期限
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
決済期限
def settlement_limit=(settlement_limit)
@settlement_limit = settlement_limit
end
settlement_method()
click to toggle source
決済方式を取得する¶ ↑
- @return
-
決済方式
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
決済方式
def settlement_method=(settlement_method)
@settlement_method = settlement_method
end
settlement_type()
click to toggle source
決済タイプを取得する¶ ↑
- @return
-
決済タイプ
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
決済タイプ
def settlement_type=(settlement_type)
@settlement_type = settlement_type
end
shipping_zip_code()
click to toggle source
配送先郵便番号を取得する¶ ↑
- @return
-
配送先郵便番号
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
配送先郵便番号
def shipping_zip_code=(shipping_zip_code)
@shipping_zip_code = shipping_zip_code
end
shop_name()
click to toggle source
ショップ名を取得する¶ ↑
- @return
-
ショップ名
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 ショップ名
def shop_name=(shop_name)
@shop_name = shop_name
end
start_txn()
click to toggle source
電文IDを取得する¶ ↑
- @return
-
電文ID
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
def start_txn=(start_txn)
@start_txn = start_txn
end
tel_no()
click to toggle source
電話番号を取得する¶ ↑
- @return
-
電話番号
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 電話番号
def tel_no=(tel_no)
@tel_no = tel_no
end
tenpay_order_id()
click to toggle source
Tenpay取引IDを取得する¶ ↑
- @return
-
Tenpay取引ID
def tenpay_order_id
@tenpay_order_id = nil unless instance_variable_defined?(:@tenpay_order_id)
@tenpay_order_id
end
tenpay_order_id=(tenpay_order_id)
click to toggle source
Tenpay取引IDを設定する¶ ↑
- @param
-
#tenpay_order_id
Tenpay取引ID
def tenpay_order_id=(tenpay_order_id)
@tenpay_order_id = tenpay_order_id
end
tenpay_service_type()
click to toggle source
Tenpayサービスタイプを取得する¶ ↑
- @return
-
Tenpayサービスタイプ
def tenpay_service_type
@tenpay_service_type = nil unless instance_variable_defined?(:@tenpay_service_type)
@tenpay_service_type
end
tenpay_service_type=(tenpay_service_type)
click to toggle source
Tenpayサービスタイプを設定する¶ ↑
- @param
-
#tenpay_service_type
Tenpayサービスタイプ
def tenpay_service_type=(tenpay_service_type)
@tenpay_service_type = tenpay_service_type
end
terminal_kind()
click to toggle source
端末種別を取得する¶ ↑
- @return
-
端末種別
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
端末種別
def terminal_kind=(terminal_kind)
@terminal_kind = terminal_kind
end
terminate_datetime()
click to toggle source
解約日時を取得する¶ ↑
- @return
-
解約日時
def terminate_datetime
@terminate_datetime = nil unless instance_variable_defined?(:@terminate_datetime)
@terminate_datetime
end
terminate_datetime=(terminate_datetime)
click to toggle source
解約日時を設定する¶ ↑
- @param
-
#terminate_datetime
解約日時
def terminate_datetime=(terminate_datetime)
@terminate_datetime = terminate_datetime
end
total_amount()
click to toggle source
決済金額を取得する¶ ↑
- @return
-
決済金額
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 決済金額
def total_amount=(total_amount)
@total_amount = total_amount
end
total_carriage()
click to toggle source
送料合計(税込)を取得する¶ ↑
- @return
-
送料合計(税込)
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
送料合計(税込)
def total_carriage=(total_carriage)
@total_carriage = total_carriage
end
total_deposit_amount()
click to toggle source
入金総額を取得する¶ ↑
- @return
-
入金総額
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
入金総額
def total_deposit_amount=(total_deposit_amount)
@total_deposit_amount = total_deposit_amount
end
total_item_amount()
click to toggle source
商品価格合計(税込)を取得する¶ ↑
- @return
-
商品価格合計(税込)
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
商品価格合計(税込)
def total_item_amount=(total_item_amount)
@total_item_amount = total_item_amount
end
trad_url()
click to toggle source
広告URLを取得する¶ ↑
- @return
-
広告URL
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
def trad_url=(trad_url)
@trad_url = trad_url
end
transaction_kind()
click to toggle source
取引種別を取得する¶ ↑
- @return
-
取引種別
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
取引種別
def transaction_kind=(transaction_kind)
@transaction_kind = transaction_kind
end
transfer_expired_date()
click to toggle source
振込期限を取得する¶ ↑
- @return
-
振込期限
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
振込期限
def transfer_expired_date=(transfer_expired_date)
@transfer_expired_date = transfer_expired_date
end
update_expiration_time()
click to toggle source
金額変更受付期限を取得する¶ ↑
- @return
-
金額変更受付期限
def update_expiration_time
@update_expiration_time = nil unless instance_variable_defined?(:@update_expiration_time)
@update_expiration_time
end
update_expiration_time=(update_expiration_time)
click to toggle source
金額変更受付期限を設定する¶ ↑
- @param
-
#update_expiration_time
金額変更受付期限
def update_expiration_time=(update_expiration_time)
@update_expiration_time = update_expiration_time
end
use_coupon()
click to toggle source
クーポン利用額を取得する¶ ↑
- @return
-
クーポン利用額
def use_coupon
@use_coupon = nil unless instance_variable_defined?(:@use_coupon)
@use_coupon
end
use_coupon=(use_coupon)
click to toggle source
クーポン利用額を設定する¶ ↑
- @param
-
#use_coupon クーポン利用額
def use_coupon=(use_coupon)
@use_coupon = use_coupon
end
use_credit()
click to toggle source
クレジット利用額を取得する¶ ↑
- @return
-
クレジット利用額
def use_credit
@use_credit = nil unless instance_variable_defined?(:@use_credit)
@use_credit
end
use_credit=(use_credit)
click to toggle source
クレジット利用額を設定する¶ ↑
- @param
-
#use_credit クレジット利用額
def use_credit=(use_credit)
@use_credit = use_credit
end
use_point()
click to toggle source
利用ポイントを取得する¶ ↑
- @return
-
利用ポイント
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 利用ポイント
def use_point=(use_point)
@use_point = use_point
end
used_point()
click to toggle source
利用ポイントを取得する¶ ↑
- @return
-
利用ポイント
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 利用ポイント
def used_point=(used_point)
@used_point = used_point
end
user_id()
click to toggle source
ユーザIDを取得する¶ ↑
- @return
-
ユーザID
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
def user_id=(user_id)
@user_id = user_id
end
user_key()
click to toggle source
顧客決済情報を取得する¶ ↑
- @return
-
顧客決済情報
def user_key
@user_key = nil unless instance_variable_defined?(:@user_key)
@user_key
end
user_key=(user_key)
click to toggle source
顧客決済情報を設定する¶ ↑
- @param
-
#user_key 顧客決済情報
def user_key=(user_key)
@user_key = user_key
end
user_no()
click to toggle source
会員番号(加盟店)を取得する¶ ↑
- @return
-
会員番号(加盟店)
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 会員番号(加盟店)
def user_no=(user_no)
@user_no = user_no
end
vacc_deposit_status_type()
click to toggle source
入金状態を取得する¶ ↑
- @return
-
入金状態
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
入金状態
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
-
ウォレット決済金額
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
ウォレット決済金額
def wallet_amount=(wallet_amount)
@wallet_amount = wallet_amount
end
web_description_id()
click to toggle source
WEB申込商品IDを取得する¶ ↑
- @return
-
WEB申込商品ID
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
def web_description_id=(web_description_id)
@web_description_id = web_description_id
end
with_capture()
click to toggle source
与信同時売上フラグを取得する¶ ↑
- @return
-
与信同時売上フラグ
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
与信同時売上フラグ
def with_capture=(with_capture)
@with_capture = with_capture
end