Class CarrierCancelRequestDto

Description

決済サービスタイプ:キャリア、コマンド名:取消の要求Dtoクラス

  • author: Veritrans, Inc.

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

MdkBaseDto
   |
   --AbstractPaymentRequestDto
      |
      --CarrierCancelRequestDto
Method Summary
string getAmount ()
string getCancelMonth ()
string getOrderId ()
string getServiceCommand ()
string getServiceType ()
void setAmount (string $amount)
void setCancelMonth (string $cancelMonth)
void setOrderId (string $orderId)
void setServiceOptionType (string $serviceOptionType)
void _setMaskedLog (string $maskedLog)
string __toString ()
Variables
Methods
getAmount (line 142)

返金金額を取得する

  • return: 返金金額
  • access: public
string getAmount ()
getCancelMonth (line 126)

課金取消月を取得する

  • return: 課金取消月
  • access: public
string getCancelMonth ()
getOrderId (line 94)

取引IDを取得する

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

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

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

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

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

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

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

返金金額を設定する

  • access: public
void setAmount (string $amount)
  • string $amount: 返金金額
setCancelMonth (line 134)

課金取消月を設定する

  • access: public
void setCancelMonth (string $cancelMonth)
  • string $cancelMonth: 課金取消月
setOrderId (line 102)

取引IDを設定する

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

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

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

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

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

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

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