update doc in commonobject class

This commit is contained in:
Frédéric FRANCE 2019-03-09 18:05:48 +01:00 committed by GitHub
parent 10b9fdc1fd
commit b47a54c652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -399,9 +399,24 @@ abstract class CommonObject
*/
public $location_incoterms;
/**
* @var string The name
*/
public $name;
/**
* @var string The lastname
*/
public $lastname;
/**
* @var string The firstname
*/
public $firstname;
/**
* @var string The civility code, not an integer
*/
public $civility_id;
// Dates