Skip to content

Commit

Permalink
Add sample for Fare Currency Override (issue #132)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerMika committed Nov 26, 2017
1 parent 24dfb60 commit b7b43a4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/samples/pricepnr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,21 @@ Fare types: Take into account Published Fares, Unifares, Negotiated fares:
])
);
Currency override
=================

Fare Currency Override to USD:

.. code-block:: php
use Amadeus\Client\RequestOptions\FarePricePnrWithBookingClassOptions;
$pricingResponse = $client->farePricePnrWithBookingClass(
new FarePricePnrWithBookingClassOptions([
'currencyOverride' => 'USD',
])
);
OB Fees
=======
Expand Down

0 comments on commit b7b43a4

Please sign in to comment.