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 getErrorUrl ()
string getIdentityCode ()
string getOrderId ()
string getPayType ()
string getServiceCommand ()
string getServiceType ()
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 setErrorUrl (string $errorUrl)
void setIdentityCode (string $identityCode)
void setOrderId (string $orderId)
void setPayType (string $payType)
void setSuccessUrl (string $successUrl)
void setWithCapture (string $withCapture)
void _setMaskedLog (string $maskedLog)
string __toString ()
Variables
Methods
getAmount (line 200)

決済金額を取得する

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

商品詳細を取得する

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

商品IDを取得する

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

商品名を取得する

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

通貨を取得する

  • return: 通貨
  • access: public
string getCurrency ()
getErrorUrl (line 248)

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

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

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

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

取引IDを取得する

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

決済種別を取得する

  • return: 決済種別
  • access: public
string getPayType ()
getServiceCommand (line 176)

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

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

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

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

決済完了時URLを取得する

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

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

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

決済金額を設定する

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

商品詳細を設定する

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

商品IDを設定する

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

商品名を設定する

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

通貨を設定する

  • access: public
void setCurrency (string $currency)
  • string $currency: 通貨
setErrorUrl (line 256)

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

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

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

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

取引IDを設定する

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

決済種別を設定する

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

決済完了時URLを設定する

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

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

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

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

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

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

  • 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 Thu, 16 Feb 2017 17:58:57 +0900 by phpDocumentor 1.4.4