Class SaisonCancelRequestDto

Description

決済サービスタイプ:Saison取消請求要求電文DTOクラス

  • author: Veritrans, Inc.

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

MdkBaseDto
   |
   --AbstractPaymentRequestDto
      |
      --SaisonCancelRequestDto
Variable Summary
Method Summary
string getCardCancelFlag ()
string getOrderId ()
string getServiceCommand ()
string getServiceType ()
void setCardCancelFlag (string $cardCancelFlag)
void setOptionParams (OptionParams $optionParams)
void setOrderId (string $orderId)
void setServiceOptionType (string $serviceOptionType)
void _setMaskedLog (string $maskedLog)
string __toString ()
Variables
mixed $SERVICE_COMMAND = "Cancel" (line 23)

決済サービスコマンド

半角英数字
必須項目、固定値

  • access: public
mixed $SERVICE_TYPE = "saison" (line 16)

決済サービスタイプ

半角英数字
必須項目、固定値

  • access: public

Inherited Variables

Inherited from AbstractPaymentRequestDto

AbstractPaymentRequestDto::$payNowIdParam
Methods
getCardCancelFlag (line 119)

カード取消フラグを取得する

  • return: カード取消フラグ
  • access: public
string getCardCancelFlag ()
getOptionParams (line 153)

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

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

取引IDを取得する

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

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

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

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

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

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

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

カード取消フラグを設定する

  • access: public
void setCardCancelFlag (string $cardCancelFlag)
  • string $cardCancelFlag: カード取消フラグ
setOptionParams (line 162)

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

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

取引IDを設定する

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

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

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

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

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

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

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