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

口座IDを取得する

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

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

課金種別を取得する

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

決済金額を取得する

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

会員IDを取得する

  • return: 会員ID
  • access: public
string getMemberId ()
getOrderId (line 150)

取引IDを取得する

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

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

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

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

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

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

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

店舗IDを取得する

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

店舗名を取得する

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

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

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

口座IDを設定する

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

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

課金種別を設定する

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

決済金額を設定する

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

会員IDを設定する

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

取引IDを設定する

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

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

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

店舗IDを設定する

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

店舗名を設定する

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

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

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

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

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

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

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