Class BankpayAuthorizeRequestDto

Description

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

  • author: Veritrans, Inc.

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

MdkBaseDto
   |
   --AbstractPaymentRequestDto
      |
      --BankpayAuthorizeRequestDto
Method Summary
string getAccountId ()
string getAccountingType ()
string getAmount ()
string getMemberId ()
string getOrderId ()
string getServiceCommand ()
string getServiceType ()
string getStoreId ()
string getStoreName ()
string getTerminalId ()
string getUserTerminalId ()
void setAccountId (string $accountId)
void setAccountingType (string $accountingType)
void setAmount (string $amount)
void setMemberId (string $memberId)
void setOrderId (string $orderId)
void setServiceOptionType (string $serviceOptionType)
void setStoreId (string $storeId)
void setStoreName (string $storeName)
void setTerminalId (string $terminalId)
void setUserTerminalId (string $userTerminalId)
void _setMaskedLog (string $maskedLog)
string __toString ()
Variables
Methods
getAccountId (line 206)

口座IDを取得する

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

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

課金種別を取得する

  • return: 課金種別
  • access: public
string getAccountingType ()
getAmount (line 174)

決済金額を取得する

  • return: 決済金額
  • access: public
string getAmount ()
getMemberId (line 190)

会員IDを取得する

  • return: 会員ID
  • access: public
string getMemberId ()
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 ()
getStoreId (line 270)

店舗IDを取得する

  • return: 店舗ID
  • access: public
string getStoreId ()
getStoreName (line 286)

店舗名を取得する

  • return: 店舗名
  • access: public
string getStoreName ()
getTerminalId (line 254)

端末機識別番号を取得する

  • return: 端末機識別番号
  • access: public
string getTerminalId ()
getUserTerminalId (line 238)

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

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

口座IDを設定する

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

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

課金種別を設定する

  • access: public
void setAccountingType (string $accountingType)
  • string $accountingType: 課金種別
setAmount (line 182)

決済金額を設定する

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

会員IDを設定する

  • access: public
void setMemberId (string $memberId)
  • string $memberId: 会員ID
setOrderId (line 166)

取引IDを設定する

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

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

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

店舗IDを設定する

  • access: public
void setStoreId (string $storeId)
  • string $storeId: 店舗ID
setStoreName (line 294)

店舗名を設定する

  • access: public
void setStoreName (string $storeName)
  • string $storeName: 店舗名
setTerminalId (line 262)

端末機識別番号を設定する

  • access: public
void setTerminalId (string $terminalId)
  • string $terminalId: 端末機識別番号
setUserTerminalId (line 246)

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

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

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

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

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

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