Class FraudDetectionV2ShippingDto

Description

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

  • author: Veritrans, Inc.

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


	
			
Method Summary
string getCity ()
string getComment ()
string getCost ()
string getCountry ()
string getHouseNumber1 ()
string getMethod ()
string getPostcode ()
string getState ()
string getStreet1 ()
string getStreet2 ()
string getTrackingNumber ()
void setCity (string $city)
void setComment (string $comment)
void setCost (string $cost)
void setCountry (string $country)
void setHouseNumber1 (string $houseNumber1)
void setLogisticsProvider (string $logisticsProvider)
void setMethod (string $method)
void setPostcode (string $postcode)
void setState (string $state)
void setStreet1 (string $street1)
void setStreet2 (string $street2)
void setTrackingNumber (string $trackingNumber)
Methods
getCity (line 170)

発送先都道府県を取得する

  • return: 発送先都道府県
  • access: public
string getCity ()
getComment (line 266)

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

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

送料を取得する

  • return: 送料
  • access: public
string getCost ()
getCountry (line 202)

発送先国を取得する

  • return: 発送先国
  • access: public
string getCountry ()
getCustomer (line 106)

顧客情報を取得する

  • return: 顧客情報
  • access: public
getHouseNumber1 (line 122)

発送先マンション・アパート及び部屋番号を取得する

  • return: 発送先マンション・アパート及び部屋番号
  • access: public
string getHouseNumber1 ()
getLogisticsProvider (line 282)

配達会社を取得する

  • return: 配達会社
  • access: public
string getLogisticsProvider ()
getMethod (line 298)

配送方法を取得する

  • return: 配送方法
  • access: public
string getMethod ()
getPostcode (line 218)

発送先郵便番号を取得する

  • return: 発送先郵便番号
  • access: public
string getPostcode ()
getState (line 186)

発送先州を取得する

  • return: 発送先州
  • access: public
string getState ()
getStreet1 (line 138)

発送先住所1を取得する

  • return: 発送先住所1
  • access: public
string getStreet1 ()
getStreet2 (line 154)

発送先住所2を取得する

  • return: 発送先住所2
  • access: public
string getStreet2 ()
getTrackingNumber (line 250)

トラッキング番号を取得する

  • return: トラッキング番号
  • access: public
string getTrackingNumber ()
setCity (line 178)

発送先都道府県を設定する

  • access: public
void setCity (string $city)
  • string $city: 発送先都道府県
setComment (line 274)

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

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

送料を設定する

  • access: public
void setCost (string $cost)
  • string $cost: 送料
setCountry (line 210)

発送先国を設定する

  • access: public
void setCountry (string $country)
  • string $country: 発送先国
setCustomer (line 114)

顧客情報を設定する

  • access: public
void setCustomer (FraudDetectionV2CustomerDto $customer)
setHouseNumber1 (line 130)

発送先マンション・アパート及び部屋番号を設定する

  • access: public
void setHouseNumber1 (string $houseNumber1)
  • string $houseNumber1: 発送先マンション・アパート及び部屋番号
setLogisticsProvider (line 290)

配達会社を設定する

  • access: public
void setLogisticsProvider (string $logisticsProvider)
  • string $logisticsProvider: 配達会社
setMethod (line 306)

配送方法を設定する

  • access: public
void setMethod (string $method)
  • string $method: 配送方法
setPostcode (line 226)

発送先郵便番号を設定する

  • access: public
void setPostcode (string $postcode)
  • string $postcode: 発送先郵便番号
setState (line 194)

発送先州を設定する

  • access: public
void setState (string $state)
  • string $state: 発送先州
setStreet1 (line 146)

発送先住所1を設定する

  • access: public
void setStreet1 (string $street1)
  • string $street1: 発送先住所1
setStreet2 (line 162)

発送先住所2を設定する

  • access: public
void setStreet2 (string $street2)
  • string $street2: 発送先住所2
setTrackingNumber (line 258)

トラッキング番号を設定する

  • access: public
void setTrackingNumber (string $trackingNumber)
  • string $trackingNumber: トラッキング番号

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