Class BankpayPrepareAccountAddRequestDto

Description

決済サービスタイプ:bankpay、コマンド名:口座入力情報取得の要求Dtoクラス

  • author: Veritrans, Inc.

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

MdkBaseDto
   |
   --AbstractPaymentRequestDto
      |
      --BankpayPrepareAccountAddRequestDto
Method Summary
string getAccountId ()
string getBankCode ()
string getErrorUrl ()
string getMemberId ()
string getPushUrl ()
string getServiceCommand ()
string getServiceType ()
string getSuccessUrl ()
string getUserTerminalId ()
void setAccountId (string $accountId)
void setBankCode (string $bankCode)
void setErrorUrl (string $errorUrl)
void setMemberId (string $memberId)
void setPushUrl (string $pushUrl)
void setServiceOptionType (string $serviceOptionType)
void setSuccessUrl (string $successUrl)
void setUserTerminalId (string $userTerminalId)
void _setMaskedLog (string $maskedLog)
string __toString ()
Variables
Methods
getAccountId (line 173)

口座IDを取得する

  • return: 口座ID
  • access: public
string getAccountId ()

Redefinition of:
AbstractPaymentRequestDto::getAccountId()
会員IDを取得する。
getBankCode (line 237)

銀行コードを取得する

  • return: 銀行コード
  • access: public
string getBankCode ()
getErrorUrl (line 205)

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

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

会員IDを取得する

  • return: 会員ID
  • access: public
string getMemberId ()
getPushUrl (line 221)

プッシュ先URLを取得する

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

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

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

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

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

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

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

決済完了時URLを取得する

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

利用者端末識別IDを取得する

  • return: 利用者端末識別ID
  • access: public
string getUserTerminalId ()
setAccountId (line 181)

口座IDを設定する

  • access: public
void setAccountId (string $accountId)
  • string $accountId: 口座ID

Redefinition of:
AbstractPaymentRequestDto::setAccountId()
会員IDを設定する。
setBankCode (line 245)

銀行コードを設定する

  • access: public
void setBankCode (string $bankCode)
  • string $bankCode: 銀行コード
setErrorUrl (line 213)

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

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

会員IDを設定する

  • access: public
void setMemberId (string $memberId)
  • string $memberId: 会員ID
setPushUrl (line 229)

プッシュ先URLを設定する

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

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

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

決済完了時URLを設定する

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

利用者端末識別IDを設定する

  • access: public
void setUserTerminalId (string $userTerminalId)
  • string $userTerminalId: 利用者端末識別ID
_setMaskedLog (line 254)

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

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

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

  • 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 Fri, 10 Apr 2026 12:20:38 +0900 by phpDocumentor 1.4.4