Predictions
in package
A namespaced client for the "/v1/travel/predictions" endpoints.
Access via the Amadeus client object.
$amadeus = Amadeus::builder("clientId", "secret")->build(); $amadeus->getTravel()->getPredictions();
Table of Contents
- $flightDelay : FlightDelay
- A namespaced client for the "/v1/travel/predictions/flight-delay" endpoints.
- __construct() : mixed
- getFlightDelay() : FlightDelay
- Get a namespaced client for the "/v1/travel/predictions/flight-delay" endpoints.
Properties
$flightDelay
A namespaced client for the "/v1/travel/predictions/flight-delay" endpoints.
private
FlightDelay
$flightDelay
Methods
__construct()
public
__construct(Amadeus $amadeus) : mixed
Parameters
- $amadeus : Amadeus
Return values
mixed —getFlightDelay()
Get a namespaced client for the "/v1/travel/predictions/flight-delay" endpoints.
public
getFlightDelay() : FlightDelay