This commit is contained in:
Frédéric FRANCE 2020-11-05 20:13:13 +01:00 committed by GitHub
parent bd9158ec50
commit 3f164f1a9b
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;
/**
* @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
*/