```php $tag)); if(!$matos->ServiceTag) die($matos->errormsg); print "Service tag: ".$matos->ServiceTag."
"; print "Modele: ".$matos->SystemModel."
"; print "Type: ".$matos->SystemType."
"; print "Date de livraison: ".$matos->SystemShipDate."

"; print "Garanties:
"; foreach($matos->Warranties as $warranty) { print "Nom: ".$warranty->ServiceLevelDescription."
"; #print "
".print_r($warranty,1)."
"; print "Date de debut: ".$warranty->StartDate."
"; print "Date de fin: ".$warranty->EndDate."
"; print "Status: ".$warranty->EntitlementType."
"; print "
"; } ?> ```