Class FraudDetectionShipmentDto

Description

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

  • author: Veritrans, Inc.

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


	
			
Method Summary
string getComment ()
string getInsured ()
string[] getLineItems ()
string getMethod ()
string getRecipient ()
string getShipTypeCd ()
string getTrackingNumber ()
void setComment (string $comment)
void setInsured (string $insured)
void setLineItems (string[] $lineItems)
void setMethod (string $method)
void setRecipient (string $recipient)
void setScheduledShipTime (string $scheduledShipTime)
void setShipTypeCd (string $shipTypeCd)
void setTrackingNumber (string $trackingNumber)
Methods
getComment (line 178)

発送時コメントを取得する

  • return: 発送時コメント
  • access: public
string getComment ()
getCost (line 210)

送料情報を取得する

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

保険フラグを取得する

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

商品詳細情報を取得する

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

出荷方法を取得する

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

出荷・配送先を取得する

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

発送日時を取得する

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

Shipping Detail Present Flagを取得する

  • return: Shipping Detail Present Flag
  • access: public
string getShipTypeCd ()
getTrackingNumber (line 194)

お問い合わせ番号を取得する

  • return: お問い合わせ番号
  • access: public
string getTrackingNumber ()
setComment (line 186)

発送時コメントを設定する

  • access: public
void setComment (string $comment)
  • string $comment: 発送時コメント
setCost (line 218)

送料情報を設定する

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

保険フラグを設定する

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

商品詳細情報を設定する

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

出荷方法を設定する

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

出荷・配送先を設定する

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

発送日時を設定する

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

Shipping Detail Present Flagを設定する

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

お問い合わせ番号を設定する

  • access: public
void setTrackingNumber (string $trackingNumber)
  • string $trackingNumber: お問い合わせ番号

Documentation generated on Tue, 12 Mar 2024 14:04:45 +0900 by phpDocumentor 1.4.4