@@ -1639,7 +1639,7 @@ |
||
| 1639 | 1639 | /** |
| 1640 | 1640 | * Fare_PriceUpsellWithoutPnr |
| 1641 | 1641 | * |
| 1642 | - * @param RequestOptions\FareInformativeBestPricingWithoutPnrOptions $options |
|
| 1642 | + * @param RequestOptions\FarePriceUpsellWithoutPNROptions $options |
|
| 1643 | 1643 | * @param array $messageOptions (OPTIONAL) |
| 1644 | 1644 | * @return Result |
| 1645 | 1645 | * @throws Client\InvalidMessageException |
@@ -22,8 +22,8 @@ |
||
| 22 | 22 | |
| 23 | 23 | namespace Amadeus\Client\Struct\Fare; |
| 24 | 24 | |
| 25 | -use Amadeus\Client\RequestCreator\MessageVersionUnsupportedException; |
|
| 26 | -use Amadeus\Client\RequestOptions\FarePriceUpsellWithoutPNROptions; |
|
| 25 | +use Amadeus\Client\RequestCreator\MessageVersionUnsupportedException; |
|
| 26 | +use Amadeus\Client\RequestOptions\FarePriceUpsellWithoutPNROptions; |
|
| 27 | 27 | use Amadeus\Client\Struct\BaseWsMessage; |
| 28 | 28 | |
| 29 | 29 | /** |