Merge pull request #20967 from grandoc/new_branch_21_05_2022_02

New branch 21 05 2022 02
This commit is contained in:
Laurent Destailleur 2022-05-21 23:56:54 +02:00 committed by GitHub
commit 0713c27a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 41 additions and 0 deletions

View File

@ -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
*/ */

View File

@ -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;
/** /**

View File

@ -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