Class AlipayAuthorizeRequestDto

Description

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

  • author: Veritrans, Inc.

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

MdkBaseDto
   |
   --AbstractPaymentRequestDto
      |
      --AlipayAuthorizeRequestDto
Method Summary
string getAmount ()
string getCommodityId ()
string getCommodityName ()
string getCurrency ()
string getDeviceType ()
string getErrorUrl ()
string getIdentityCode ()
string getOrderId ()
string getPayType ()
string getResponseType ()
string getServiceCommand ()
string getServiceType ()
string getStoreId ()
string getStoreName ()
string getSuccessUrl ()
string getWithCapture ()
void setAmount (string $amount)
void setCommodityDescription (string $commodityDescription)
void setCommodityId (string $commodityId)
void setCommodityName (string $commodityName)
void setCurrency (string $currency)
void setDeviceType (string $deviceType)
void setErrorUrl (string $errorUrl)
void setIdentityCode (string $identityCode)
void setOrderId (string $orderId)
void setPayType (string $payType)
void setResponseType (string $responseType)
void setStoreId (string $storeId)
void setStoreName (string $storeName)
void setSuccessUrl (string $successUrl)
void setWithCapture (string $withCapture)
void _setMaskedLog (string $maskedLog)
string __toString ()
Variables
Methods
getAmount (line 258)

決済金額を取得する

  • return: 決済金額
  • access: public
string getAmount ()
getCommodityDescription (line 338)

商品詳細を取得する

  • return: 商品詳細
  • access: public
string getCommodityDescription ()
getCommodityId (line 354)

商品IDを取得する

  • return: 商品ID
  • access: public
string getCommodityId ()
getCommodityName (line 322)

商品名を取得する

  • return: 商品名
  • access: public
string getCommodityName ()
getCurrency (line 274)

通貨を取得する

  • return: 通貨
  • access: public
string getCurrency ()
getDeviceType (line 466)

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

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

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

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

ユーザ識別コードを取得する

  • return: ユーザ識別コード
  • access: public
string getIdentityCode ()
getOrderId (line 242)

取引IDを取得する

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

決済種別を取得する

  • return: 決済種別
  • access: public
string getPayType ()
getResponseType (line 418)

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

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

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

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

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

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

店舗IDを取得する

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

店舗名を取得する

  • return: 店舗名
  • access: public
string getStoreName ()
getSuccessUrl (line 290)

決済完了時URLを取得する

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

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

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

決済金額を設定する

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

商品詳細を設定する

  • access: public
void setCommodityDescription (string $commodityDescription)
  • string $commodityDescription: 商品詳細
setCommodityId (line 362)

商品IDを設定する

  • access: public
void setCommodityId (string $commodityId)
  • string $commodityId: 商品ID
setCommodityName (line 330)

商品名を設定する

  • access: public
void setCommodityName (string $commodityName)
  • string $commodityName: 商品名
setCurrency (line 282)

通貨を設定する

  • access: public
void setCurrency (string $currency)
  • string $currency: 通貨
setDeviceType (line 474)

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

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

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

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

ユーザ識別コードを設定する

  • access: public
void setIdentityCode (string $identityCode)
  • string $identityCode: ユーザ識別コード
setOrderId (line 250)

取引IDを設定する

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

決済種別を設定する

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

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

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

店舗IDを設定する

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

店舗名を設定する

  • access: public
void setStoreName (string $storeName)
  • string $storeName: 店舗名
setSuccessUrl (line 298)

決済完了時URLを設定する

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

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

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

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

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

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

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