From fc20d49dc16a489f34c484429bd3f17297dc44bb Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Thu, 18 Aug 2011 07:49:19 +0000 Subject: [PATCH] =?UTF-8?q?D=C3=A9finition=20des=20types?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/WsScore/Interne/v0.2/Types.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/library/WsScore/Interne/v0.2/Types.php b/library/WsScore/Interne/v0.2/Types.php index 459724aa..e3f56fb0 100644 --- a/library/WsScore/Interne/v0.2/Types.php +++ b/library/WsScore/Interne/v0.2/Types.php @@ -1903,9 +1903,25 @@ class EntrepriseActItem * @var string */ public $ActNomRs; + + /** Pays de l'actionnaire + * @var string + */ public $ActPays; + + /** Date de l'actionnariat + * @var string + */ public $ActDateLien; + + /** Actionnaire actif + * @var string + */ public $ActActif; + + /** Participation minimum + * @var string + */ public $ActPmin; }