mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
commit
b0029c751f
|
|
@ -49,10 +49,25 @@ class Cpaiement
|
|||
public $code;
|
||||
|
||||
/**
|
||||
* @var int ID
|
||||
*/
|
||||
public $id;
|
||||
|
||||
/**
|
||||
* @var string[] array of errors messages
|
||||
*/
|
||||
public $errors;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
* @deprecated
|
||||
* @see $label
|
||||
*/
|
||||
public $libelle;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $label;
|
||||
|
||||
public $type;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user