Class BankpayRefundRequestDto

Description

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

  • author: Veritrans, Inc.

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

MdkBaseDto
   |
   --AbstractPaymentRequestDto
      |
      --BankpayRefundRequestDto
Method Summary
string getAmount ()
string getOrderId ()
string getServiceCommand ()
string getServiceType ()
string getStoreId ()
string getStoreName ()
string getTerminalId ()
void setAmount (string $amount)
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
getAmount (line 137)

返金金額 を取得する

  • return: 返金金額
  • access: public
string getAmount ()
getOrderId (line 121)

取引IDを取得する

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

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

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

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

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

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

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

店舗IDを取得する

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

店舗名を取得する

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

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

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

返金金額 を設定する

  • access: public
void setAmount (string $amount)
  • string $amount: 返金金額
setOrderId (line 129)

取引IDを設定する

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

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

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

店舗IDを設定する

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

店舗名を設定する

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

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

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

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

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

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

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