for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Amadeus\Client\Struct\Travel\ServiceList;
/**
* Service
*
* @package Amadeus\Client\Struct\Travel\ServiceList
* @author Artem Zakharchenko <[email protected]>
*/
class Service
{
* @var int
public $ServiceID;
* @param int $serviceId
public function __construct($serviceId)
$this->ServiceID = $serviceId;
}