Class RakutenAuthorizeRequestDto

Description

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

  • author: Veritrans, Inc.

Located in /tgMdkDto/RakutenAuthorizeRequestDto.php (line 8)

MdkBaseDto
   |
   --AbstractPaymentRequestDto
      |
      --RakutenAuthorizeRequestDto
Method Summary
string getAccountingType ()
string getAmount ()
string getErrorUrl ()
string getExpireMinutes ()
string getItemId ()
string getItemName ()
string getItems ()
string getOneTimeCode ()
string getOrderId ()
string getPayType ()
string getPushUrl ()
string getReceiptNumber ()
string getResponseType ()
string getServiceCommand ()
string getServiceType ()
string getStoreId ()
string getSuccessUrl ()
string getTerminalId ()
string getTerminalType ()
string getWithCapture ()
void setAccountingType (string $accountingType)
void setAmount (string $amount)
void setErrorUrl (string $errorUrl)
void setExpireMinutes (string $expireMinutes)
void setItemId (string $itemId)
void setItemName (string $itemName)
void setItems (string $items)
void setOneTimeCode (string $oneTimeCode)
void setOrderId (string $orderId)
void setPayType (string $payType)
void setPushUrl (string $pushUrl)
void setReceiptNumber (string $receiptNumber)
void setResponseType (string $responseType)
void setStoreId (string $storeId)
void setSuccessUrl (string $successUrl)
void setTerminalId (string $terminalId)
void setTerminalType (string $terminalType)
void setWithCapture (string $withCapture)
void _setMaskedLog (string $maskedLog)
string __toString ()
Variables
Methods
getAccountingType (line 434)

課金種別を取得する

  • return: 課金種別
  • access: public
string getAccountingType ()
getAmount (line 306)

決済金額を取得する

  • return: 決済金額
  • access: public
string getAmount ()
getErrorUrl (line 386)

決済エラー時URLを取得する

  • return: 決済エラー時URL
  • access: public
string getErrorUrl ()
getExpireMinutes (line 546)

有効期限を取得する

  • return: 有効期限
  • access: public
string getExpireMinutes ()
getItemId (line 338)

商品番号を取得する

  • return: 商品番号
  • access: public
string getItemId ()
getItemName (line 354)

商品名を取得する

  • return: 商品名
  • access: public
string getItemName ()
getItems (line 530)

商品情報を取得する

  • return: 商品情報
  • access: public
string getItems ()
getOneTimeCode (line 514)

ワンタイムコードを取得する

  • return: ワンタイムコード
  • access: public
string getOneTimeCode ()
getOrderId (line 290)

取引IDを取得する

  • return: 取引ID
  • access: public
string getOrderId ()
getPayType (line 418)

決済種別を取得する

  • return: 決済種別
  • access: public
string getPayType ()
getPushUrl (line 402)

プッシュ先URLを取得する

  • return: プッシュ先URL
  • access: public
string getPushUrl ()
getReceiptNumber (line 498)

レシート番号を取得する

  • return: レシート番号
  • access: public
string getReceiptNumber ()
getResponseType (line 450)

レスポンスタイプを取得する

  • return: レスポンスタイプ
  • access: public
string getResponseType ()
getServiceCommand (line 282)

決済サービスコマンドを取得する

  • return: 決済サービスコマンド
  • access: public
string getServiceCommand ()
getServiceType (line 274)

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

  • return: 決済サービスタイプ
  • access: public
string getServiceType ()
getStoreId (line 466)

店舗IDを取得する

  • return: 店舗ID
  • access: public
string getStoreId ()
getSuccessUrl (line 370)

決済完了時URLを取得する

  • return: 決済完了時URL
  • access: public
string getSuccessUrl ()
getTerminalId (line 482)

店舗端末IDを取得する

  • return: 店舗端末ID
  • access: public
string getTerminalId ()
getTerminalType (line 562)

ブラウザ種別を取得する

  • return: ブラウザ種別
  • access: public
string getTerminalType ()
getWithCapture (line 322)

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

  • return: 与信同時売上フラグ
  • access: public
string getWithCapture ()
setAccountingType (line 442)

課金種別を設定する

  • access: public
void setAccountingType (string $accountingType)
  • string $accountingType: 課金種別
setAmount (line 314)

決済金額を設定する

  • access: public
void setAmount (string $amount)
  • string $amount: 決済金額
setErrorUrl (line 394)

決済エラー時URLを設定する

  • access: public
void setErrorUrl (string $errorUrl)
  • string $errorUrl: 決済エラー時URL
setExpireMinutes (line 554)

有効期限を設定する

  • access: public
void setExpireMinutes (string $expireMinutes)
  • string $expireMinutes: 有効期限
setItemId (line 346)

商品番号を設定する

  • access: public
void setItemId (string $itemId)
  • string $itemId: 商品番号
setItemName (line 362)

商品名を設定する

  • access: public
void setItemName (string $itemName)
  • string $itemName: 商品名
setItems (line 538)

商品情報を設定する

  • access: public
void setItems (string $items)
  • string $items: 商品情報
setOneTimeCode (line 522)

ワンタイムコードを設定する

  • access: public
void setOneTimeCode (string $oneTimeCode)
  • string $oneTimeCode: ワンタイムコード
setOrderId (line 298)

取引IDを設定する

  • access: public
void setOrderId (string $orderId)
  • string $orderId: 取引ID
setPayType (line 426)

決済種別を設定する

  • access: public
void setPayType (string $payType)
  • string $payType: 決済種別
setPushUrl (line 410)

プッシュ先URLを設定する

  • access: public
void setPushUrl (string $pushUrl)
  • string $pushUrl: プッシュ先URL
setReceiptNumber (line 506)

レシート番号を設定する

  • access: public
void setReceiptNumber (string $receiptNumber)
  • string $receiptNumber: レシート番号
setResponseType (line 458)

レスポンスタイプを設定する

  • access: public
void setResponseType (string $responseType)
  • string $responseType: レスポンスタイプ
setStoreId (line 474)

店舗IDを設定する

  • access: public
void setStoreId (string $storeId)
  • string $storeId: 店舗ID
setSuccessUrl (line 378)

決済完了時URLを設定する

  • access: public
void setSuccessUrl (string $successUrl)
  • string $successUrl: 決済完了時URL
setTerminalId (line 490)

店舗端末IDを設定する

  • access: public
void setTerminalId (string $terminalId)
  • string $terminalId: 店舗端末ID
setTerminalType (line 570)

ブラウザ種別を設定する

  • access: public
void setTerminalType (string $terminalType)
  • string $terminalType: ブラウザ種別
setWithCapture (line 330)

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

  • access: public
void setWithCapture (string $withCapture)
  • string $withCapture: 与信同時売上フラグ
_setMaskedLog (line 579)

ログ用文字列(マスク済み)を設定する

  • access: public
void _setMaskedLog (string $maskedLog)
  • string $maskedLog: ログ用文字列(マスク済み)
__toString (line 587)

ログ用文字列(マスク済み)を取得する

  • return: ログ用文字列(マスク済み)
  • access: public
string __toString ()

Inherited Methods

Inherited From AbstractPaymentRequestDto

AbstractPaymentRequestDto::existAccountBasicParam()
AbstractPaymentRequestDto::existAccountParam()
AbstractPaymentRequestDto::existBankAccountParam()
AbstractPaymentRequestDto::existCardParam()
AbstractPaymentRequestDto::existPayNowIdParam()
AbstractPaymentRequestDto::existRecurringChargeParam()
AbstractPaymentRequestDto::getAccountId()
AbstractPaymentRequestDto::getCreateDate()
AbstractPaymentRequestDto::getFreeKey()
AbstractPaymentRequestDto::getMemo1()
AbstractPaymentRequestDto::getMemo2()
AbstractPaymentRequestDto::getMemo3()
AbstractPaymentRequestDto::getReceiptData()
AbstractPaymentRequestDto::setAccountId()
AbstractPaymentRequestDto::setCreateDate()
AbstractPaymentRequestDto::setFreeKey()
AbstractPaymentRequestDto::setMemo1()
AbstractPaymentRequestDto::setMemo2()
AbstractPaymentRequestDto::setMemo3()
AbstractPaymentRequestDto::setReceiptData()

Documentation generated on Tue, 12 Mar 2024 14:05:11 +0900 by phpDocumentor 1.4.4