Class TransactionInfo

Description

検索結果:決済トランザクションのクラス

  • author: Veritrans, Inc.

Located in /tgMdkDto/TransactionInfo.php (line 7)


	
			
Method Summary
string getAmount ()
string getCommand ()
string getMstatus ()
string getTxnDatetime ()
string getTxnId ()
string getVResultCode ()
void setAmount (string $amount)
void setCommand (string $command)
void setMstatus (string $mstatus)
void setProperTransactionInfo (ProperTransactionInfo $properTransactionInfo)
void setTxnDatetime (string $txnDatetime)
void setTxnId (string $txnId)
void setVResultCode (string $vResultCode)
Methods
getAmount (line 134)

金額を取得する

  • return: 金額
  • access: public
string getAmount ()
getCommand (line 62)

コマンドを取得する

  • return: コマンド
  • access: public
string getCommand ()
getMstatus (line 80)

ステータスコードを取得する

  • return: ステータスコード
  • access: public
string getMstatus ()
getProperTransactionInfo (line 152)

固有トランザクション情報を取得する

  • return: 固有トランザクション情報
  • access: public
ProperTransactionInfo getProperTransactionInfo ()
getTxnDatetime (line 116)

取引日時を取得する

  • return: 取引日時
  • access: public
string getTxnDatetime ()
getTxnId (line 44)

トランザクション管理IDを取得する

  • return: トランザクション管理ID
  • access: public
string getTxnId ()
getVResultCode (line 98)

結果コードを取得する

  • return: 結果コード
  • access: public
string getVResultCode ()
setAmount (line 143)

金額を設定する

  • access: public
void setAmount (string $amount)
  • string $amount: 金額
setCommand (line 71)

コマンドを設定する

  • access: public
void setCommand (string $command)
  • string $command: コマンド
setMstatus (line 89)

ステータスコードを設定する

  • access: public
void setMstatus (string $mstatus)
  • string $mstatus: ステータスコード
setProperTransactionInfo (line 161)

固有トランザクション情報を設定する

  • access: public
void setProperTransactionInfo (ProperTransactionInfo $properTransactionInfo)
setTxnDatetime (line 125)

取引日時を設定する

  • access: public
void setTxnDatetime (string $txnDatetime)
  • string $txnDatetime: 取引日時
setTxnId (line 53)

トランザクション管理IDを設定する

  • access: public
void setTxnId (string $txnId)
  • string $txnId: トランザクション管理ID
setVResultCode (line 107)

結果コードを設定する

  • access: public
void setVResultCode (string $vResultCode)
  • string $vResultCode: 結果コード

Documentation generated on Tue, 12 Mar 2024 14:05:23 +0900 by phpDocumentor 1.4.4