Class FraudDetectionOrderDto

Description

不正検知注文情報Dtoクラス

  • author: Veritrans, Inc.

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


	
			
Method Summary
string getId ()
FraudDetectionLineItemDto[] getLineItems ()
string getOiRepeat ()
string getPromoCode ()
string getSource ()
void setFailedPaymentAttempts (string $failedPaymentAttempts)
void setId (string $id)
void setLineItems (FraudDetectionLineItemDto[] $lineItems)
void setOiRepeat (string $oiRepeat)
void setPromoCode (string $promoCode)
void setSource (string $source)
Methods
getFailedPaymentAttempts (line 116)

決済失敗回数を取得する

  • return: 決済失敗回数
  • access: public
string getFailedPaymentAttempts ()
getId (line 68)

注文IDを取得する

  • return: 注文ID
  • access: public
string getId ()
getLineItems (line 148)

商品情報を取得する

  • return: 商品情報
  • access: public
FraudDetectionLineItemDto[] getLineItems ()
getOiRepeat (line 132)

lineItemsのサイズを取得する

  • return: lineItemsのサイズ
  • access: public
string getOiRepeat ()
getPromoCode (line 100)

プロモーションコードを取得する

  • return: プロモーションコード
  • access: public
string getPromoCode ()
getShipment (line 164)

配送情報を取得する

  • return: 配送情報
  • access: public
FraudDetectionShipmentDto getShipment ()
getSource (line 84)

注文経路を取得する

  • return: 注文経路
  • access: public
string getSource ()
setFailedPaymentAttempts (line 124)

決済失敗回数を設定する

  • access: public
void setFailedPaymentAttempts (string $failedPaymentAttempts)
  • string $failedPaymentAttempts: 決済失敗回数
setId (line 76)

注文IDを設定する

  • access: public
void setId (string $id)
  • string $id: 注文ID
setLineItems (line 156)

商品情報を設定する

  • access: public
void setLineItems (FraudDetectionLineItemDto[] $lineItems)
  • FraudDetectionLineItemDto[] $lineItems: 商品情報
setOiRepeat (line 140)

lineItemsのサイズを設定する

  • access: public
void setOiRepeat (string $oiRepeat)
  • string $oiRepeat: lineItemsのサイズ
setPromoCode (line 108)

プロモーションコードを設定する

  • access: public
void setPromoCode (string $promoCode)
  • string $promoCode: プロモーションコード
setShipment (line 172)

配送情報を設定する

  • access: public
void setShipment (FraudDetectionShipmentDto $shipment)
setSource (line 92)

注文経路を設定する

  • access: public
void setSource (string $source)
  • string $source: 注文経路

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