Class PaypayAuthorizeRequestDto

Description

決済サービスタイプ:paypay、コマンド名:決済申込の要求Dtoクラス

  • author: Veritrans, Inc.

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

MdkBaseDto
   |
   --AbstractPaymentRequestDto
      |
      --PaypayAuthorizeRequestDto
Method Summary
string getAccountingType ()
string getAmount ()
string getCancelUrl ()
string getErrorUrl ()
string getItemId ()
string getItemName ()
string getOneTimeCode ()
string getOrderId ()
string getProvider ()
string getPushUrl ()
string getReceiptNumber ()
string getServiceCommand ()
string getServiceType ()
string getSettleBizCode ()
string getStoreId ()
string getSuccessUrl ()
string getTerminalId ()
string getTransitionType ()
string getWithCapture ()
void setAccountingType (string $accountingType)
void setAmount (string $amount)
void setCancelUrl (string $cancelUrl)
void setErrorUrl (string $errorUrl)
void setExtendParameterType (string $extendParameterType)
void setItemId (string $itemId)
void setItemName (string $itemName)
void setOneTimeCode (string $oneTimeCode)
void setOnlinePaymentType (string $onlinePaymentType)
void setOrderId (string $orderId)
void setPayTimeoutDatetime (string $payTimeoutDatetime)
void setProvider (string $provider)
void setPushUrl (string $pushUrl)
void setReceiptNumber (string $receiptNumber)
void setServiceOptionType (string $serviceOptionType)
void setSettleBizCode (string $settleBizCode)
void setStoreId (string $storeId)
void setSuccessUrl (string $successUrl)
void setTerminalId (string $terminalId)
void setTransitionType (string $transitionType)
void setWithCapture (string $withCapture)
void _setMaskedLog (string $maskedLog)
string __toString ()
Variables
Methods
getAccountingType (line 357)

課金種別を取得する

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

決済金額を取得する

  • return: 決済金額
  • access: public
string getAmount ()
getCancelUrl (line 533)

決済キャンセル時URLを取得する

  • return: 決済キャンセル時URL
  • access: public
string getCancelUrl ()
getErrorUrl (line 549)

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

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

拡張パラメータフラグを取得する

  • return: 拡張パラメータフラグ
  • access: public
string getExtendParameterType ()
getItemId (line 501)

商品IDを取得する

  • return: 商品ID
  • access: public
string getItemId ()
getItemName (line 485)

商品名を取得する

  • return: 商品名
  • access: public
string getItemName ()
getOneTimeCode (line 373)

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

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

オンライン決済タイプを取得する

  • return: オンライン決済タイプ
  • access: public
string getOnlinePaymentType ()
getOrderId (line 325)

取引IDを取得する

  • return: 取引ID
  • access: public
string getOrderId ()
getPayTimeoutDatetime (line 645)

支払い可能期限を取得する

  • return: 支払い可能期限
  • access: public
string getPayTimeoutDatetime ()
getProvider (line 581)

接続先事業者を取得する

  • return: 接続先事業者
  • access: public
string getProvider ()
getPushUrl (line 565)

プッシュ先URLを取得する

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

レシート番号を取得する

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

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

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

サービスオプションタイプを取得する

  • return: サービスオプションタイプ
  • access: public
string getServiceOptionType ()
getServiceType (line 309)

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

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

決済事業者コードを取得する

  • return: 決済事業者コード
  • access: public
string getSettleBizCode ()
getStoreId (line 421)

店舗IDを取得する

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

決済完了時URLを取得する

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

店舗端末IDを取得する

  • return: 店舗端末ID
  • access: public
string getTerminalId ()
getTransitionType (line 597)

遷移種別を取得する

  • return: 遷移種別
  • access: public
string getTransitionType ()
getWithCapture (line 405)

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

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

課金種別を設定する

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

決済金額を設定する

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

決済キャンセル時URLを設定する

  • access: public
void setCancelUrl (string $cancelUrl)
  • string $cancelUrl: 決済キャンセル時URL
setErrorUrl (line 557)

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

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

拡張パラメータフラグを設定する

  • access: public
void setExtendParameterType (string $extendParameterType)
  • string $extendParameterType: 拡張パラメータフラグ
setItemId (line 509)

商品IDを設定する

  • access: public
void setItemId (string $itemId)
  • string $itemId: 商品ID
setItemName (line 493)

商品名を設定する

  • access: public
void setItemName (string $itemName)
  • string $itemName: 商品名
setOneTimeCode (line 381)

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

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

オンライン決済タイプを設定する

  • access: public
void setOnlinePaymentType (string $onlinePaymentType)
  • string $onlinePaymentType: オンライン決済タイプ
setOrderId (line 333)

取引IDを設定する

  • access: public
void setOrderId (string $orderId)
  • string $orderId: 取引ID
setPayTimeoutDatetime (line 653)

支払い可能期限を設定する

  • access: public
void setPayTimeoutDatetime (string $payTimeoutDatetime)
  • string $payTimeoutDatetime: 支払い可能期限
setProvider (line 589)

接続先事業者を設定する

  • access: public
void setProvider (string $provider)
  • string $provider: 接続先事業者
setPushUrl (line 573)

プッシュ先URLを設定する

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

レシート番号を設定する

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

サービスオプションタイプを設定する

  • access: public
void setServiceOptionType (string $serviceOptionType)
  • string $serviceOptionType: サービスオプションタイプ
setSettleBizCode (line 477)

決済事業者コードを設定する

  • access: public
void setSettleBizCode (string $settleBizCode)
  • string $settleBizCode: 決済事業者コード
setStoreId (line 429)

店舗IDを設定する

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

決済完了時URLを設定する

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

店舗端末IDを設定する

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

遷移種別を設定する

  • access: public
void setTransitionType (string $transitionType)
  • string $transitionType: 遷移種別
setWithCapture (line 413)

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

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

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

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

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

  • 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 Wed, 12 Nov 2025 18:40:45 +0900 by phpDocumentor 1.4.4