Class CvspayAuthorizeRequestDto

Description

決済サービスタイプ:コンビニペイ、コマンド名:与信の要求Dtoクラス

  • author: Veritrans, Inc.

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

MdkBaseDto
   |
   --AbstractPaymentRequestDto
      |
      --CvspayAuthorizeRequestDto
Method Summary
string getAmount ()
string getCancelUrl ()
string getErrorUrl ()
string getOrderId ()
string getPayType ()
string getPushUrl ()
string getServiceCommand ()
string getServiceType ()
string getSuccessUrl ()
string getWithCapture ()
void setAmount (string $amount)
void setCancelUrl (string $cancelUrl)
void setErrorUrl (string $errorUrl)
void setOrderId (string $orderId)
void setPayType (string $payType)
void setPushUrl (string $pushUrl)
void setServiceOptionType (string $serviceOptionType)
void setSuccessUrl (string $successUrl)
void setWithCapture (string $withCapture)
void _setMaskedLog (string $maskedLog)
string __toString ()
Variables
Methods
getAmount (line 181)

決済金額を取得する

  • return: 決済金額
  • access: public
string getAmount ()
getCancelUrl (line 229)

決済キャンセル時URLを取得する

  • return: 決済キャンセル時URL
  • access: public
string getCancelUrl ()
getErrorUrl (line 245)

決済エラー時URLを取得する

  • return: 決済エラー時URL
  • access: public
string getErrorUrl ()
getOrderId (line 149)

取引IDを取得する

  • return: 取引ID
  • access: public
string getOrderId ()
getPayType (line 277)

決済種別を取得する

  • return: 決済種別
  • access: public
string getPayType ()
getPushUrl (line 261)

プッシュ先URLを取得する

  • return: プッシュ先URL
  • access: public
string getPushUrl ()
getServiceCommand (line 141)

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

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

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

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

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

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

決済完了時URLを取得する

  • return: 決済完了時URL
  • access: public
string getSuccessUrl ()
getWithCapture (line 197)

与信同時売上フラグを取得する

  • return: 与信同時売上フラグ
  • access: public
string getWithCapture ()
setAmount (line 189)

決済金額を設定する

  • access: public
void setAmount (string $amount)
  • string $amount: 決済金額
setCancelUrl (line 237)

決済キャンセル時URLを設定する

  • access: public
void setCancelUrl (string $cancelUrl)
  • string $cancelUrl: 決済キャンセル時URL
setErrorUrl (line 253)

決済エラー時URLを設定する

  • access: public
void setErrorUrl (string $errorUrl)
  • string $errorUrl: 決済エラー時URL
setOrderId (line 157)

取引IDを設定する

  • access: public
void setOrderId (string $orderId)
  • string $orderId: 取引ID
setPayType (line 285)

決済種別を設定する

  • access: public
void setPayType (string $payType)
  • string $payType: 決済種別
setPushUrl (line 269)

プッシュ先URLを設定する

  • access: public
void setPushUrl (string $pushUrl)
  • string $pushUrl: プッシュ先URL
setServiceOptionType (line 173)

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

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

決済完了時URLを設定する

  • access: public
void setSuccessUrl (string $successUrl)
  • string $successUrl: 決済完了時URL
setWithCapture (line 205)

与信同時売上フラグを設定する

  • access: public
void setWithCapture (string $withCapture)
  • string $withCapture: 与信同時売上フラグ
_setMaskedLog (line 294)

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

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

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

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