Documentation

DutyOfCare
in package

A namespaced client for the "/dutyOfCare" endpoints.

Access via the Amadeus client object.

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

Table of Contents

$diseases  : Diseases
A namespaced client for the "/v1/duty-of-care/diseases" endpoints.
__construct()  : mixed
Constructor
getDiseases()  : Diseases
Get a namespaced client for the "/v1/duty-of-care/diseases" endpoints.

Properties

$diseases

A namespaced client for the "/v1/duty-of-care/diseases" endpoints.

private Diseases $diseases

Methods

__construct()

Constructor

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

getDiseases()

Get a namespaced client for the "/v1/duty-of-care/diseases" endpoints.

public getDiseases() : Diseases
Return values
Diseases

Search results