add some comment
This commit is contained in:
parent
3e3e0e99f8
commit
a0de5bf7cb
@ -122,8 +122,11 @@ class Expedition extends CommonObject
|
|||||||
public $depth_units;
|
public $depth_units;
|
||||||
// A denormalized value
|
// A denormalized value
|
||||||
public $trueSize;
|
public $trueSize;
|
||||||
|
|
||||||
public $date_delivery; // Date delivery planed
|
/**
|
||||||
|
* @var integer|string Date delivery planed
|
||||||
|
*/
|
||||||
|
public $date_delivery;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated
|
* @deprecated
|
||||||
@ -139,7 +142,7 @@ class Expedition extends CommonObject
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Effective delivery date
|
* Effective delivery date
|
||||||
* @var int
|
* @var integer|string
|
||||||
*/
|
*/
|
||||||
public $date_shipping;
|
public $date_shipping;
|
||||||
|
|
||||||
@ -148,7 +151,9 @@ class Expedition extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $date_creation;
|
public $date_creation;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var integer|string date_valid
|
||||||
|
*/
|
||||||
public $date_valid;
|
public $date_valid;
|
||||||
|
|
||||||
public $meths;
|
public $meths;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user