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 ()
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 _setMaskedLog (string $maskedLog)
string __toString ()
Variables
Methods
getAccountId (line 148)

口座IDを取得する

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

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

銀行コードを取得する

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

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

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

会員IDを取得する

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

プッシュ先URLを取得する

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

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

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

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

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

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

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

決済完了時URLを取得する

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

口座IDを設定する

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

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

銀行コードを設定する

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

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

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

会員IDを設定する

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

プッシュ先URLを設定する

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

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

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

決済完了時URLを設定する

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

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

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

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

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