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