Class SaisonAuthorizeRequestDto

Description

決済サービスタイプ:Saison認可画面表示要求電文DTOクラス

  • author: Veritrans, Inc.

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

MdkBaseDto
   |
   --AbstractPaymentRequestDto
      |
      --SaisonAuthorizeRequestDto
Variable Summary
Method Summary
string getOrderId ()
string getServiceCommand ()
string getServiceType ()
void setMerchantRedirectionUri (string $merchantRedirectionUri)
void setOptionParams (OptionParams $optionParams)
void setOrderId (string $orderId)
void setServiceOptionType (string $serviceOptionType)
void setSettlementMethod (string $settlementMethod)
void _setMaskedLog (string $maskedLog)
string __toString ()
Variables
mixed $SERVICE_COMMAND = "Authorize" (line 23)

決済サービスコマンド

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

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

決済サービスタイプ

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

  • access: public

Inherited Variables

Inherited from AbstractPaymentRequestDto

AbstractPaymentRequestDto::$payNowIdParam
Methods
getMerchantRedirectionUri (line 127)

マーチャントリダイレクションURIを取得する

  • return: マーチャントリダイレクションURI
  • access: public
string getMerchantRedirectionUri ()
getOptionParams (line 177)

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

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

取引IDを取得する

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

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

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

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

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

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

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

決済方式を取得する

  • return: 決済方式
  • access: public
string getSettlementMethod ()
setMerchantRedirectionUri (line 119)

マーチャントリダイレクションURIを設定する

  • access: public
void setMerchantRedirectionUri (string $merchantRedirectionUri)
  • string $merchantRedirectionUri: マーチャントリダイレクションURI
setOptionParams (line 186)

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

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

取引IDを設定する

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

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

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

決済方式を設定する

  • access: public
void setSettlementMethod (string $settlementMethod)
  • string $settlementMethod: 決済方式
_setMaskedLog (line 154)

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

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

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

  • 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