Merge pull request #15311 from frederic34/patch-6

doxygen
This commit is contained in:
Laurent Destailleur 2020-11-06 18:45:34 +01:00 committed by GitHub
commit a46248ffe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,9 +56,16 @@ class PaymentVarious extends CommonObject
*/ */
public $ref; public $ref;
/**
* @var int timestamp
*/
public $tms; public $tms;
public $datep; public $datep;
public $datev; public $datev;
/**
* @var int sens of operation
*/
public $sens; public $sens;
public $amount; public $amount;
public $type_payment; public $type_payment;
@ -90,6 +97,16 @@ class PaymentVarious extends CommonObject
*/ */
public $fk_bank; public $fk_bank;
/**
* @var int transaction category
*/
public $categorie_transaction;
/**
* @var int Account ID
*/
public $accountid;
/** /**
* @var int ID * @var int ID
*/ */