Class VirtualaccDepositEntryRequestDto

Description

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

  • author: Veritrans, Inc.

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

MdkBaseDto
   |
   --AbstractPaymentRequestDto
      |
      --AbstractPaymentVirtualaccRequestDto
         |
         --VirtualaccDepositEntryRequestDto
Method Summary
string getAmount ()
string getDepositDate ()
string getOrderId ()
string getServiceCommand ()
string getServiceType ()
string getTransferName ()
string getWithReconcile ()
void setAmount (string $amount)
void setDepositDate (string $depositDate)
void setOrderId (string $orderId)
void setRegistrationMethod (string $registrationMethod)
void setServiceOptionType (string $serviceOptionType)
void setTransferName (string $transferName)
void setWithReconcile (string $withReconcile)
void _setMaskedLog (string $maskedLog)
string __toString ()
Variables
Methods
getAmount (line 163)

金額を取得する

  • return: 金額
  • access: public
string getAmount ()
getDepositDate (line 211)

入金日を取得する

  • return: 入金日
  • access: public
string getDepositDate ()
getOrderId (line 147)

取引IDを取得する

  • return: 取引ID
  • access: public
string getOrderId ()
getRegistrationMethod (line 195)

登録方法を取得する

  • return: 登録方法
  • access: public
string getRegistrationMethod ()
getServiceCommand (line 107)

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

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

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

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

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

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

振込人名を取得する

  • return: 振込人名
  • access: public
string getTransferName ()
getWithReconcile (line 179)

消込フラグを取得する

  • return: 消込フラグ
  • access: public
string getWithReconcile ()
setAmount (line 171)

金額を設定する

  • access: public
void setAmount (string $amount)
  • string $amount: 金額
setDepositDate (line 219)

入金日を設定する

  • access: public
void setDepositDate (string $depositDate)
  • string $depositDate: 入金日
setOrderId (line 155)

取引IDを設定する

  • access: public
void setOrderId (string $orderId)
  • string $orderId: 取引ID
setRegistrationMethod (line 203)

登録方法を設定する

  • access: public
void setRegistrationMethod (string $registrationMethod)
  • string $registrationMethod: 登録方法
setServiceOptionType (line 123)

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

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

振込人名を設定する

  • access: public
void setTransferName (string $transferName)
  • string $transferName: 振込人名
setWithReconcile (line 187)

消込フラグを設定する

  • access: public
void setWithReconcile (string $withReconcile)
  • string $withReconcile: 消込フラグ
_setMaskedLog (line 228)

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

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

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

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