Class AlipayxAuthorizeRequestDto

Description

決済サービスタイプ:alipayx、コマンド名:決済申込の要求Dtoクラス

  • author: Veritrans, Inc.

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

MdkBaseDto
   |
   --AbstractPaymentRequestDto
      |
      --AlipayxAuthorizeRequestDto
Method Summary
string getAmount ()
string getDeviceType ()
string getErrorUrl ()
string getIdentityCode ()
string getOperatorId ()
string getOrderDetail ()
string getOrderId ()
string getOrderTitle ()
string getPushUrl ()
string getResponseType ()
string getScancodeType ()
string getServiceCommand ()
string getServiceType ()
string getStoreId ()
string getStoreName ()
string getSuccessUrl ()
string getTerminalId ()
string getUserAgent ()
string getWithCapture ()
void setAmount (string $amount)
void setDeviceType (string $deviceType)
void setErrorUrl (string $errorUrl)
void setIdentityCode (string $identityCode)
void setOperatorId (string $operatorId)
void setOrderDetail (string $orderDetail)
void setOrderId (string $orderId)
void setOrderTitle (string $orderTitle)
void setPushUrl (string $pushUrl)
void setResponseType (string $responseType)
void setScancodeType (string $scancodeType)
void setServiceOptionType (string $serviceOptionType)
void setStoreId (string $storeId)
void setStoreName (string $storeName)
void setSuccessRedirectUrl (string $successRedirectUrl)
void setSuccessUrl (string $successUrl)
void setTerminalId (string $terminalId)
void setUserAgent (string $userAgent)
void setWithCapture (string $withCapture)
void _setMaskedLog (string $maskedLog)
string __toString ()
Variables
Methods
getAmount (line 312)

決済金額を取得する

  • return: 決済金額
  • access: public
string getAmount ()
getDeviceType (line 488)

デバイスタイプを取得する

  • return: デバイスタイプ
  • access: public
string getDeviceType ()
getErrorUrl (line 552)

決済失敗時URLを取得する

  • return: 決済失敗時URL
  • access: public
string getErrorUrl ()
getIdentityCode (line 360)

識別コードを取得する

  • return: 識別コード
  • access: public
string getIdentityCode ()
getOperatorId (line 456)

従業員IDを取得する

  • return: 従業員ID
  • access: public
string getOperatorId ()
getOrderDetail (line 392)

商品詳細を取得する

  • return: 商品詳細
  • access: public
string getOrderDetail ()
getOrderId (line 280)

取引IDを取得する

  • return: 取引ID
  • access: public
string getOrderId ()
getOrderTitle (line 376)

商品名を取得する

  • return: 商品名
  • access: public
string getOrderTitle ()
getPushUrl (line 568)

プッシュURLを取得する

  • return: プッシュURL
  • access: public
string getPushUrl ()
getResponseType (line 344)

レスポンスタイプを取得する

  • return: レスポンスタイプ
  • access: public
string getResponseType ()
getScancodeType (line 472)

スキャンコードタイプを取得する

  • return: スキャンコードタイプ
  • access: public
string getScancodeType ()
getServiceCommand (line 272)

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

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

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

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

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

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

店舗IDを取得する

  • return: 店舗ID
  • access: public
string getStoreId ()
getStoreName (line 424)

店舗名を取得する

  • return: 店舗名
  • access: public
string getStoreName ()
getSuccessRedirectUrl (line 520)

決済成功時リダイレクトURLを取得する

  • return: 決済成功時リダイレクトURL
  • access: public
string getSuccessRedirectUrl ()
getSuccessUrl (line 536)

決済完了時URLを取得する

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

端末IDを取得する

  • return: 端末ID
  • access: public
string getTerminalId ()
getUserAgent (line 504)

ユーザーエージェントを取得する

  • return: ユーザーエージェント
  • access: public
string getUserAgent ()
getWithCapture (line 328)

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

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

決済金額を設定する

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

デバイスタイプを設定する

  • access: public
void setDeviceType (string $deviceType)
  • string $deviceType: デバイスタイプ
setErrorUrl (line 560)

決済失敗時URLを設定する

  • access: public
void setErrorUrl (string $errorUrl)
  • string $errorUrl: 決済失敗時URL
setIdentityCode (line 368)

識別コードを設定する

  • access: public
void setIdentityCode (string $identityCode)
  • string $identityCode: 識別コード
setOperatorId (line 464)

従業員IDを設定する

  • access: public
void setOperatorId (string $operatorId)
  • string $operatorId: 従業員ID
setOrderDetail (line 400)

商品詳細を設定する

  • access: public
void setOrderDetail (string $orderDetail)
  • string $orderDetail: 商品詳細
setOrderId (line 288)

取引IDを設定する

  • access: public
void setOrderId (string $orderId)
  • string $orderId: 取引ID
setOrderTitle (line 384)

商品名を設定する

  • access: public
void setOrderTitle (string $orderTitle)
  • string $orderTitle: 商品名
setPushUrl (line 576)

プッシュURLを設定する

  • access: public
void setPushUrl (string $pushUrl)
  • string $pushUrl: プッシュURL
setResponseType (line 352)

レスポンスタイプを設定する

  • access: public
void setResponseType (string $responseType)
  • string $responseType: レスポンスタイプ
setScancodeType (line 480)

スキャンコードタイプを設定する

  • access: public
void setScancodeType (string $scancodeType)
  • string $scancodeType: スキャンコードタイプ
setServiceOptionType (line 304)

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

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

店舗IDを設定する

  • access: public
void setStoreId (string $storeId)
  • string $storeId: 店舗ID
setStoreName (line 432)

店舗名を設定する

  • access: public
void setStoreName (string $storeName)
  • string $storeName: 店舗名
setSuccessRedirectUrl (line 528)

決済成功時リダイレクトURLを設定する

  • access: public
void setSuccessRedirectUrl (string $successRedirectUrl)
  • string $successRedirectUrl: 決済成功時リダイレクトURL
setSuccessUrl (line 544)

決済完了時URLを設定する

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

端末IDを設定する

  • access: public
void setTerminalId (string $terminalId)
  • string $terminalId: 端末ID
setUserAgent (line 512)

ユーザーエージェントを設定する

  • access: public
void setUserAgent (string $userAgent)
  • string $userAgent: ユーザーエージェント
setWithCapture (line 336)

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

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

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

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

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

  • 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, 13 May 2025 09:12:13 +0900 by phpDocumentor 1.4.4