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