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