Class FraudDetectionShipmentDto

Description

不正検知配送情報Dtoクラス

  • author: Veritrans, Inc.

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


	
			
Method Summary
string getInsured ()
string[] getLineItems ()
string getMethod ()
string getRecipient ()
string getShipTypeCd ()
void setInsured (string $insured)
void setLineItems (string[] $lineItems)
void setMethod (string $method)
void setRecipient (string $recipient)
void setScheduledShipTime (string $scheduledShipTime)
void setShipTypeCd (string $shipTypeCd)
Methods
getCost (line 162)

送料情報を取得する

  • return: 送料情報
  • access: public
getInsured (line 130)

保険フラグを取得する

  • return: 保険フラグ
  • access: public
string getInsured ()
getLineItems (line 178)

商品詳細情報を取得する

  • return: 商品詳細情報
  • access: public
string[] getLineItems ()
getMethod (line 146)

出荷方法を取得する

  • return: 出荷方法
  • access: public
string getMethod ()
getRecipient (line 82)

出荷・配送先を取得する

  • return: 出荷・配送先
  • access: public
string getRecipient ()
getScheduledShipTime (line 114)

発送日時を取得する

  • return: 発送日時
  • access: public
string getScheduledShipTime ()
getShipTypeCd (line 98)

Shipping Detail Present Flagを取得する

  • return: Shipping Detail Present Flag
  • access: public
string getShipTypeCd ()
setCost (line 170)

送料情報を設定する

  • access: public
void setCost (FraudDetectionCostDto $cost)
setInsured (line 138)

保険フラグを設定する

  • access: public
void setInsured (string $insured)
  • string $insured: 保険フラグ
setLineItems (line 186)

商品詳細情報を設定する

  • access: public
void setLineItems (string[] $lineItems)
  • string[] $lineItems: 商品詳細情報
setMethod (line 154)

出荷方法を設定する

  • access: public
void setMethod (string $method)
  • string $method: 出荷方法
setRecipient (line 90)

出荷・配送先を設定する

  • access: public
void setRecipient (string $recipient)
  • string $recipient: 出荷・配送先
setScheduledShipTime (line 122)

発送日時を設定する

  • access: public
void setScheduledShipTime (string $scheduledShipTime)
  • string $scheduledShipTime: 発送日時
setShipTypeCd (line 106)

Shipping Detail Present Flagを設定する

  • access: public
void setShipTypeCd (string $shipTypeCd)
  • string $shipTypeCd: Shipping Detail Present Flag

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