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