Skip to content

Commit

Permalink
Added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bimusiek committed Apr 11, 2018
1 parent 595e54f commit 21d3ec6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/samples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2384,6 +2384,19 @@ Document Receipts option (TTP/TTM/TRP):
])
);
Issue ticket for specific TSTs and specific TSMs (for example used in ATC):

.. code-block:: php
use Amadeus\Client\RequestOptions\DocIssuanceIssueCombinedOptions;
$issueTicketResponse = $client->docIssuanceIssueCombined(
new DocIssuanceIssueCombinedOptions([
'tsts' => [1, 2],
'tsmTattoos' => [5, 8]
])
);
*********
DocRefund
*********
Expand Down

0 comments on commit 21d3ec6

Please sign in to comment.