Class VirtualaccAuthorizeRequestDto

Description

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

  • author: Veritrans, Inc.

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

MdkBaseDto
   |
   --AbstractPaymentRequestDto
      |
      --AbstractPaymentVirtualaccRequestDto
         |
         --VirtualaccAuthorizeRequestDto
Method Summary
string getAccountName ()
string getAccountNumber ()
string getAmount ()
string getBranchCode ()
string getOrderId ()
string getServiceCommand ()
string getServiceType ()
void setAccountManageType (string $accountManageType)
void setAccountName (string $accountName)
void setAccountNumber (string $accountNumber)
void setAmount (string $amount)
void setBranchCode (string $branchCode)
void setEntryTransferName (string $entryTransferName)
void setEntryTransferNumber (string $entryTransferNumber)
void setOrderId (string $orderId)
void setServiceOptionType (string $serviceOptionType)
void setTransferExpiredDate (string $transferExpiredDate)
void _setMaskedLog (string $maskedLog)
string __toString ()
Variables
Methods
getAccountManageType (line 254)

口座管理方式を取得する

  • return: 口座管理方式
  • access: public
string getAccountManageType ()
getAccountName (line 286)

口座名義を取得する

  • return: 口座名義
  • access: public
string getAccountName ()
getAccountNumber (line 238)

口座番号を取得する

  • return: 口座番号
  • access: public
string getAccountNumber ()
getAmount (line 174)

決済金額を取得する

  • return: 決済金額
  • access: public
string getAmount ()
getBranchCode (line 270)

支店コードを取得する

  • return: 支店コード
  • access: public
string getBranchCode ()
getEntryTransferName (line 190)

登録時振込人名を取得する

  • return: 登録時振込人名
  • access: public
string getEntryTransferName ()
getEntryTransferNumber (line 206)

登録時振込番号を取得する

  • return: 登録時振込番号
  • access: public
string getEntryTransferNumber ()
getOrderId (line 158)

取引IDを取得する

  • return: 取引ID
  • access: public
string getOrderId ()
getServiceCommand (line 134)

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

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

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

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

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

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

振込期限を取得する

  • return: 振込期限
  • access: public
string getTransferExpiredDate ()
setAccountManageType (line 262)

口座管理方式を設定する

  • access: public
void setAccountManageType (string $accountManageType)
  • string $accountManageType: 口座管理方式
setAccountName (line 294)

口座名義を設定する

  • access: public
void setAccountName (string $accountName)
  • string $accountName: 口座名義
setAccountNumber (line 246)

口座番号を設定する

  • access: public
void setAccountNumber (string $accountNumber)
  • string $accountNumber: 口座番号
setAmount (line 182)

決済金額を設定する

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

支店コードを設定する

  • access: public
void setBranchCode (string $branchCode)
  • string $branchCode: 支店コード
setEntryTransferName (line 198)

登録時振込人名を設定する

  • access: public
void setEntryTransferName (string $entryTransferName)
  • string $entryTransferName: 登録時振込人名
setEntryTransferNumber (line 214)

登録時振込番号を設定する

  • access: public
void setEntryTransferNumber (string $entryTransferNumber)
  • string $entryTransferNumber: 登録時振込番号
setOrderId (line 166)

取引IDを設定する

  • access: public
void setOrderId (string $orderId)
  • string $orderId: 取引ID
setServiceOptionType (line 150)

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

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

振込期限を設定する

  • access: public
void setTransferExpiredDate (string $transferExpiredDate)
  • string $transferExpiredDate: 振込期限
_setMaskedLog (line 303)

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

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

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

  • return: ログ用文字列(マスク済み)
  • access: public
string __toString ()

Inherited Methods

Inherited From AbstractPaymentVirtualaccRequestDto

AbstractPaymentVirtualaccRequestDto::getRejectBankAccount()
AbstractPaymentVirtualaccRequestDto::setRejectBankAccount()

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 Thu, 16 Feb 2017 18:06:29 +0900 by phpDocumentor 1.4.4