Class EmCancelRequestDto

Description

決済サービスタイプ:電子マネー、コマンド名:取消の要求Dtoクラス

  • author: Veritrans, Inc.

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

MdkBaseDto
   |
   --AbstractPaymentRequestDto
      |
      --EmCancelRequestDto
Method Summary
string getCancelMailAddr ()
string getOrderId ()
string getOrderKind ()
string getServiceCommand ()
string getServiceType ()
void setCancelMailAddr (string $cancelMailAddr)
void setOptionParams (OptionParams $optionParams)
void setOrderId (string $orderId)
void setOrderKind (string $orderKind)
void setServiceOptionType (string $serviceOptionType)
void _setMaskedLog (string $maskedLog)
string __toString ()
Variables
Methods
getCancelMailAddr (line 187)

取消通知メールアドレスを取得する

  • return: 取消通知メールアドレス
  • access: public
string getCancelMailAddr ()
getOptionParams (line 226)

拡張パラメータリストを取得する

  • return: 拡張パラメータリスト
  • access: public
OptionParams getOptionParams ()
getOrderId (line 155)

取引IDを取得する

  • return: 取引ID
  • access: public
string getOrderId ()
getOrderKind (line 171)

オーダー種別を取得する

  • return: オーダー種別
  • access: public
string getOrderKind ()
getServiceCommand (line 131)

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

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

決済サービスオプションを取得する

  • return: 決済サービスオプション
  • access: public
string getServiceOptionType ()
getServiceType (line 123)

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

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

取消通知メールアドレスを設定する

  • access: public
void setCancelMailAddr (string $cancelMailAddr)
  • string $cancelMailAddr: 取消通知メールアドレス
setOptionParams (line 235)

拡張パラメータリストを設定する

  • access: public
void setOptionParams (OptionParams $optionParams)
  • OptionParams $optionParams: 拡張パラメータリスト
setOrderId (line 163)

取引IDを設定する

  • access: public
void setOrderId (string $orderId)
  • string $orderId: 取引ID
setOrderKind (line 179)

オーダー種別を設定する

  • access: public
void setOrderKind (string $orderKind)
  • string $orderKind: オーダー種別
setServiceOptionType (line 147)

決済サービスオプションを設定する

  • access: public
void setServiceOptionType (string $serviceOptionType)
  • string $serviceOptionType: 決済サービスオプション
_setMaskedLog (line 203)

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

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

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

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