Class PaypayTerminateRequestDto

Description

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

  • author: Veritrans, Inc.

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

MdkBaseDto
   |
   --AbstractPaymentRequestDto
      |
      --PaypayTerminateRequestDto
Method Summary
string getCancelUrl ()
string getErrorUrl ()
string getForce ()
string getOrderId ()
string getPushUrl ()
string getServiceCommand ()
string getServiceType ()
string getSuccessUrl ()
void setCancelUrl (string $cancelUrl)
void setErrorUrl (string $errorUrl)
void setForce (string $force)
void setOrderId (string $orderId)
void setPushUrl (string $pushUrl)
void setServiceOptionType (string $serviceOptionType)
void setSuccessUrl (string $successUrl)
void _setMaskedLog (string $maskedLog)
string __toString ()
Variables
Methods
getCancelUrl (line 188)

解約キャンセル時URLを取得する

  • return: 解約キャンセル時URL
  • access: public
string getCancelUrl ()
getErrorUrl (line 204)

解約エラー時URLを取得する

  • return: 解約エラー時URL
  • access: public
string getErrorUrl ()
getForce (line 156)

強制解約を取得する

  • return: 強制解約
  • access: public
string getForce ()
getOrderId (line 124)

取引IDを取得する

  • return: 取引ID
  • access: public
string getOrderId ()
getPushUrl (line 220)

プッシュ先URLを取得する

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

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

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

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

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

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

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

解約完了時URLを取得する

  • return: 解約完了時URL
  • access: public
string getSuccessUrl ()
setCancelUrl (line 196)

解約キャンセル時URLを設定する

  • access: public
void setCancelUrl (string $cancelUrl)
  • string $cancelUrl: 解約キャンセル時URL
setErrorUrl (line 212)

解約エラー時URLを設定する

  • access: public
void setErrorUrl (string $errorUrl)
  • string $errorUrl: 解約エラー時URL
setForce (line 164)

強制解約を設定する

  • access: public
void setForce (string $force)
  • string $force: 強制解約
setOrderId (line 132)

取引IDを設定する

  • access: public
void setOrderId (string $orderId)
  • string $orderId: 取引ID
setPushUrl (line 228)

プッシュ先URLを設定する

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

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

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

解約完了時URLを設定する

  • access: public
void setSuccessUrl (string $successUrl)
  • string $successUrl: 解約完了時URL
_setMaskedLog (line 237)

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

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

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

  • 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:07 +0900 by phpDocumentor 1.4.4