doxygen
This commit is contained in:
parent
bd9158ec50
commit
3f164f1a9b
@ -56,9 +56,16 @@ class PaymentVarious extends CommonObject
|
||||
*/
|
||||
public $ref;
|
||||
|
||||
/**
|
||||
* @var int timestamp
|
||||
*/
|
||||
public $tms;
|
||||
public $datep;
|
||||
public $datev;
|
||||
|
||||
/**
|
||||
* @var int sens of operation
|
||||
*/
|
||||
public $sens;
|
||||
public $amount;
|
||||
public $type_payment;
|
||||
@ -90,6 +97,16 @@ class PaymentVarious extends CommonObject
|
||||
*/
|
||||
public $fk_bank;
|
||||
|
||||
/**
|
||||
* @var int transaction category
|
||||
*/
|
||||
public $categorie_transaction;
|
||||
|
||||
/**
|
||||
* @var int Account ID
|
||||
*/
|
||||
public $accountid;
|
||||
|
||||
/**
|
||||
* @var int ID
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user