Class BankpayAccountAddRequestDto

Description

決済サービスタイプ:bankpay、コマンド名:口座登録の要求Dtoクラス

  • author: Veritrans, Inc.

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

MdkBaseDto
   |
   --AbstractPaymentRequestDto
      |
      --BankpayAccountAddRequestDto
Method Summary
string getAccountId ()
string getMemberId ()
string getServiceCommand ()
string getServiceType ()
void setAccountId (string $accountId)
void setMemberId (string $memberId)
void setServiceOptionType (string $serviceOptionType)
void _setMaskedLog (string $maskedLog)
string __toString ()
Variables
Methods
getAccountId (line 108)

口座IDを取得する

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

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

会員IDを取得する

  • return: 会員ID
  • access: public
string getMemberId ()
getServiceCommand (line 68)

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

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

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

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

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

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

口座IDを設定する

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

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

会員IDを設定する

  • access: public
void setMemberId (string $memberId)
  • string $memberId: 会員ID
setServiceOptionType (line 84)

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

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

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

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

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

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