* @copyright 2001-2014 Oxileo SAS * @license Proprietary - no redistribution without authorization */ class resultQuickCost { /* float */ public $amount; /* float */ public $amountTTC; /* float */ public $amountTVA; /* int */ public $errorCode; /* string */ public $errorMessage; /* service */ public $service; /* string */ public $zone; } ?>