Merge pull request #20967 from grandoc/new_branch_21_05_2022_02
New branch 21 05 2022 02
This commit is contained in:
commit
0713c27a5d
@ -109,6 +109,16 @@ class Paiement extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $ext_payment_id;
|
public $ext_payment_id;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string Id of prelevement
|
||||||
|
*/
|
||||||
|
public $id_prelevement;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string num_prelevement
|
||||||
|
*/
|
||||||
|
public $num_prelevement;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Name of external payment mode
|
* @var string Name of external payment mode
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -67,6 +67,15 @@ class PaiementFourn extends Paiement
|
|||||||
*/
|
*/
|
||||||
public $type_code;
|
public $type_code;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string Id of prelevement
|
||||||
|
*/
|
||||||
|
public $id_prelevement;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string num_prelevement
|
||||||
|
*/
|
||||||
|
public $num_prelevement;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -408,18 +408,40 @@ class Societe extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $idprof1;
|
public $idprof1;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string Professional ID 1
|
||||||
|
* @deprecated
|
||||||
|
* @see $idprof1
|
||||||
|
*/
|
||||||
|
public $siren;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Professional ID 2 (Ex: Siret in France)
|
* Professional ID 2 (Ex: Siret in France)
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $idprof2;
|
public $idprof2;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string Professional ID 2
|
||||||
|
* @deprecated
|
||||||
|
* @see $idprof2
|
||||||
|
*/
|
||||||
|
public $siret;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Professional ID 3 (Ex: Ape in France)
|
* Professional ID 3 (Ex: Ape in France)
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $idprof3;
|
public $idprof3;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string Professional ID 3
|
||||||
|
* @deprecated
|
||||||
|
* @see $idprof3
|
||||||
|
*/
|
||||||
|
public $ape;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Professional ID 4 (Ex: RCS in France)
|
* Professional ID 4 (Ex: RCS in France)
|
||||||
* @var string
|
* @var string
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user