class Veritrans::Tercerog::Mdk::RakutenReAuthorizeResponseDto

決済サービスタイプ:楽天、コマンド名:再与信の応答Dtoクラス

@author

VeriTrans Inc.

Public Instance Methods

cancel_expiration_time() click to toggle source

取消受付期限を取得する

取消の受付期限を返却します。

@return

取消受付期限

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 352
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 取消受付期限

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 361
def cancel_expiration_time=(cancel_expiration_time)
  @cancel_expiration_time = cancel_expiration_time
end
capture_expiration_time() click to toggle source

売上受付期限を取得する

売上の受付期限を返却します。

@return

売上受付期限

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 370
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 売上受付期限

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 379
def capture_expiration_time=(capture_expiration_time)
  @capture_expiration_time = capture_expiration_time
end
card3ds() click to toggle source

3D セキュア認証利用有無を取得する

3D セキュア認証利用有無を返却します。

  • true : 利用

  • false: 利用していない

@return

3D セキュア認証利用有無

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

3D セキュア認証利用有無を設定する

@param

card3ds 3D セキュア認証利用有無

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 325
def card3ds=(card3ds)
  @card3ds = card3ds
end
card_brand() click to toggle source

クレジットカードのブランドを取得する

クレジットカードのブランドを返却します。

@return

クレジットカードのブランド

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 240
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 クレジットカードのブランド

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 249
def card_brand=(card_brand)
  @card_brand = card_brand
end
card_cvc() click to toggle source

セキュリティコード認証利用有無を取得する

セキュリティコード認証利用有無を返却します。

  • true : 利用

  • false: 利用していない

@return

セキュリティコード認証利用有無

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 296
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 セキュリティコード認証利用有無

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 305
def card_cvc=(card_cvc)
  @card_cvc = card_cvc
end
card_installments() click to toggle source

分割払いの回数を取得する

クレジットカードの分割払いの回数を返却します。

@return

分割払いの回数

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 276
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 分割払いの回数

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 285
def card_installments=(card_installments)
  @card_installments = card_installments
end
card_last4() click to toggle source

クレジットカード番号の下4桁を取得する

クレジットカード番号の下4桁を返却します。

@return

クレジットカード番号の下4桁

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 258
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桁

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 267
def card_last4=(card_last4)
  @card_last4 = card_last4
end
cust_txn() click to toggle source

取引毎に付くIDを取得する

@return

取引毎に付くID

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

取引毎に付くIDを設定する

@param

#cust_txn 取引毎に付くID

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 432
def cust_txn=(cust_txn)
  @cust_txn = cust_txn
end
customer_id() click to toggle source

顧客IDを取得する

ユーザーのID。

@return

顧客ID

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 204
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

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 213
def customer_id=(customer_id)
  @customer_id = customer_id
end
extend_auth_expiration_time() click to toggle source

与信延長受付期限を取得する

与信延長の受付期限を返却します。

@return

与信延長受付期限

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 406
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 与信延長受付期限

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 415
def extend_auth_expiration_time=(extend_auth_expiration_time)
  @extend_auth_expiration_time = extend_auth_expiration_time
end
gateway_order_id() click to toggle source

決済取引IDを取得する

GWが取引毎に発番するID。

@return

決済取引ID

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 168
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

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 177
def gateway_order_id=(gateway_order_id)
  @gateway_order_id = gateway_order_id
end
march_txn() click to toggle source

電文IDを取得する

@return

電文ID

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

電文IDを設定する

@param

#march_txn 電文ID

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 106
def march_txn=(march_txn)
  @march_txn = march_txn
end
merr_msg() click to toggle source

エラーメッセージを取得する

処理結果に対するメッセージを返却します。

@return

エラーメッセージ

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

エラーメッセージを設定する

@param

#merr_msg エラーメッセージ

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 89
def merr_msg=(merr_msg)
  @merr_msg = merr_msg
end
mstatus() click to toggle source

処理結果コードを取得する

決済請求処理後、応答電文に含まれる値。 以下の処理結果のいずれかが格納される

  • success:正常終了

  • failure:異常終了

  • pending:保留状態

@return

処理結果コード

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

処理結果コードを設定する

@param

mstatus 処理結果コード

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 51
def mstatus=(mstatus)
  @mstatus = mstatus
end
order_id() click to toggle source

取引IDを取得する

@return

取引ID

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

取引IDを設定する

@param

#order_id 取引ID

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 123
def order_id=(order_id)
  @order_id = order_id
end
original_order_id() click to toggle source

元取引IDを取得する

再与信要求時に指定された随時決済の決済申込時に指定した取引ID

@return

元取引ID

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 132
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

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 141
def original_order_id=(original_order_id)
  @original_order_id = original_order_id
end
pay_now_id_response() click to toggle source

PayNowIDオブジェクトを取得する

@return

PayNowIDオブジェクト

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

PayNowIDオブジェクトを設定する

@param

#pay_now_id_response PayNowIDオブジェクト

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 468
def pay_now_id_response=(pay_now_id_response)
  @pay_now_id_response = pay_now_id_response
end
rakuten_order_id() click to toggle source

楽天取引IDを取得する

決済センターが取引毎に発番するID。

@return

楽天取引ID

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 150
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/rakuten_re_authorize_response_dto.rb, line 159
def rakuten_order_id=(rakuten_order_id)
  @rakuten_order_id = rakuten_order_id
end
service_type() click to toggle source

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

決済サービスの区分を返却します。

  • “rakuten”: 楽天決済

@return

決済サービスタイプ

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

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

@param

#service_type 決済サービスタイプ

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 29
def service_type=(service_type)
  @service_type = service_type
end
transaction_datetime() click to toggle source

取引成立日時を取得する

決済センターで決済が確定した日時(YYYYMMDDhhmmss)を返します。

@return

取引成立日時

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

取引成立日時を設定する

@param

#transaction_datetime 取引成立日時

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 343
def transaction_datetime=(transaction_datetime)
  @transaction_datetime = transaction_datetime
end
txn_version() click to toggle source

MDKバージョンを取得する

電文のバージョン番号を返却します。

@return

MDKバージョン

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

MDKバージョンを設定する

@param

#txn_version MDKバージョン

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 450
def txn_version=(txn_version)
  @txn_version = txn_version
end
update_expiration_time() click to toggle source

金額変更受付期限を取得する

金額変更の受付期限を返却します。

@return

金額変更受付期限

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 388
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 金額変更受付期限

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 397
def update_expiration_time=(update_expiration_time)
  @update_expiration_time = update_expiration_time
end
used_point() click to toggle source

利用ポイントを取得する

利用されたポイントを返却します。

@return

利用ポイント

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 222
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/rakuten_re_authorize_response_dto.rb, line 231
def used_point=(used_point)
  @used_point = used_point
end
v_result_code() click to toggle source

詳細結果コードを取得する

処理結果を詳細に表すコードを返却します。

4桁ずつ4つのブロックで構成され、各ブロックでサービス毎の処理結果を表します。

@return

詳細結果コード

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

詳細結果コードを設定する

@param

#v_result_code 詳細結果コード

# File tgMdk/lib/tg_mdk/mdk_dto/rakuten_re_authorize_response_dto.rb, line 71
def v_result_code=(v_result_code)
  @v_result_code = v_result_code
end