Ajout type
This commit is contained in:
parent
5718e8bc5f
commit
ac8e52531b
@ -21,6 +21,14 @@ class SetCommandeReturnType
|
||||
public $result;
|
||||
}
|
||||
|
||||
class ListeCommandeReturnType
|
||||
{
|
||||
/** @var ErrorType */
|
||||
public $error;
|
||||
/** @var ListeCommande */
|
||||
public $result;
|
||||
}
|
||||
|
||||
class ListeBilan
|
||||
{
|
||||
/** @var ErrorType */
|
||||
@ -54,8 +62,10 @@ class ListeCommandeFiltre
|
||||
|
||||
class ListeCommande
|
||||
{
|
||||
/** @var ErrorType */
|
||||
public $error;
|
||||
/** @var int */
|
||||
public $nbCommandes;
|
||||
/** @var RefCommande[] */
|
||||
public $commandes;
|
||||
}
|
||||
|
||||
|
||||
@ -74,7 +84,7 @@ class RefCommande
|
||||
public $fichier;
|
||||
|
||||
/**
|
||||
* Information textuel
|
||||
* Information sur l'état de la commande
|
||||
* @var string
|
||||
*/
|
||||
public $info;
|
||||
@ -96,6 +106,12 @@ class RefCommande
|
||||
* @var string
|
||||
*/
|
||||
public $dateReception;
|
||||
|
||||
/**
|
||||
* Identifiant de l'utilisateur qui a passé la commande
|
||||
* @var string
|
||||
*/
|
||||
public $login;
|
||||
}
|
||||
|
||||
class InfoDemandeur
|
||||
|
Loading…
x
Reference in New Issue
Block a user