Documentation

Travel
in package

A namespaced client for the "/travel" endpoints.

Access via the Amadeus client object.

$amadeus = Amadeus::builder("clientId", "secret")->build(); $amadeus->getTravel();

Table of Contents

$predictions  : Predictions
A namespaced client for the "/v1/travel/predictions" endpoints.
__construct()  : mixed
getPredictions()  : Predictions
Get a namespaced client for the "/v1/travel/predictions" endpoints.

Properties

$predictions

A namespaced client for the "/v1/travel/predictions" endpoints.

private Predictions $predictions

Methods

__construct()

public __construct(Amadeus $amadeus) : mixed
Parameters
$amadeus : Amadeus
Return values
mixed

getPredictions()

Get a namespaced client for the "/v1/travel/predictions" endpoints.

public getPredictions() : Predictions
Return values
Predictions

Search results