| 1 | <?php |
||
| 33 | class RefundedItinerary |
||
| 34 | { |
||
| 35 | /** |
||
| 36 | * @var AirlineCodeRfndItinerary |
||
| 37 | */ |
||
| 38 | public $airlineCodeRfndItinerary; |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @var OriginDestinationRfndItinerary |
||
| 42 | */ |
||
| 43 | public $originDestinationRfndItinerary; |
||
| 44 | |||
| 45 | /** |
||
| 46 | * RefundedItinerary constructor. |
||
| 47 | * |
||
| 48 | * @param RefundItinOpt $opt |
||
| 49 | */ |
||
| 50 | 1 | public function __construct(RefundItinOpt $opt) |
|
| 59 | } |
||
| 60 |