Class FraudDetectionTransactionDto

Description

不正検知取引支払いDtoクラス

  • author: Veritrans, Inc.

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


	
			
Method Summary
string getCashValue ()
string getCategory ()
string getId ()
string getPayer ()
string getTime ()
string getType ()
void setCashValue (string $cashValue)
void setCategory (string $category)
void setId (string $id)
void setPayer (string $payer)
void setTime (string $time)
void setType (string $type)
Methods
getCashValue (line 94)

取引金額を取得する

  • return: 取引金額
  • access: public
string getCashValue ()
getCategory (line 142)

取引種別を取得する

  • return: 取引種別
  • access: public
string getCategory ()
getId (line 78)

取引IDを取得する

  • return: 取引ID
  • access: public
string getId ()
getMethodCard (line 158)

カードメソッドを取得する

  • return: カードメソッド
  • access: public
FraudDetectionMethodCardDto getMethodCard ()
getPayer (line 126)

支払者を取得する

  • return: 支払者
  • access: public
string getPayer ()
getTime (line 110)

取引日時を取得する

  • return: 取引日時
  • access: public
string getTime ()
getType (line 62)

取引分類を取得する

  • return: 取引分類
  • access: public
string getType ()
setCashValue (line 102)

取引金額を設定する

  • access: public
void setCashValue (string $cashValue)
  • string $cashValue: 取引金額
setCategory (line 150)

取引種別を設定する

  • access: public
void setCategory (string $category)
  • string $category: 取引種別
setId (line 86)

取引IDを設定する

  • access: public
void setId (string $id)
  • string $id: 取引ID
setMethodCard (line 166)

カードメソッドを設定する

  • access: public
void setMethodCard (FraudDetectionMethodCardDto $methodCard)
setPayer (line 134)

支払者を設定する

  • access: public
void setPayer (string $payer)
  • string $payer: 支払者
setTime (line 118)

取引日時を設定する

  • access: public
void setTime (string $time)
  • string $time: 取引日時
setType (line 70)

取引分類を設定する

  • access: public
void setType (string $type)
  • string $type: 取引分類

Documentation generated on Thu, 16 Feb 2017 18:01:52 +0900 by phpDocumentor 1.4.4