# Provider

Providers are children elements of an [Airport](https://docs.aviowiki.com/data-models/airport).

Providers can optionally have children elements, that are [Products](https://docs.aviowiki.com/data-models/generic-product) and describe goods or services offered for sale or hire by the Provider.

A Provider represents an entity at or nearby an [Airport](https://docs.aviowiki.com/data-models/airport) that provides some service that can be useful to aircraft operations or aircraft crew members.

All Providers have [AIDs](https://docs.aviowiki.com/conventions/aviowiki-ids) in the `PRV` namespace.

It is worth noting that **Handling** Providers have additional properties to extend the Provider model. These are contained in the `handlingProvider` property. Details are discussed [further down on this page.](#handling-provider)

### Generic Provider <a href="#generic-provider" id="generic-provider"></a>

| **Property**        | **Type**       | **Description**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| ------------------- | -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `aid`               | string         | A string with the AID of the airport, with `PRV` as namespace.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `category`          | string         | <p>Represents what the nature of the business for this provider is.<br><br>Possible values are:<br>– <code>HANDLING</code> For all ground handling providers. Providers with this category will be extended by property <code>handlingProvider</code><br>– <code>FUEL</code> For all fuel providers. Providers in this category will be extended by property <code>fuelProvider</code><br>– <code>DEICING</code> For companies offering aircraft de-icing and anti-icing.<br>– <code>CATERING</code> For companies offering food packed for carriage and consumption on-board an aircraft.<br>– <code>PRIVATE\_TRANSFER</code> For companies offering transport by road with private-hire vehicles (cars, minibus, bus), as opposed to regular taxi companies.<br>– <code>TAXI</code> For regularly licensed taxi companies.<br>– <code>CAR\_RENTAL</code> For companies offering vehicles for hire without a driver.<br>– <code>HOTEL</code> For all hotels and accommodation facilities.<br>– <code>RESTAURANT</code> For food businesses that have premises dedicated to hosting guests for on-site dining. These locations may also offer takeaway catering.<br>– <code>CAFETERIA</code> For food businesses that mainly focus on hot and soft drinks and light refreshments to be consumed on-site or taken away.<br>– <code>AIRCRAFT\_CLEANING</code> For companies dedicated to carrying out aircraft interior and/or exterior cleaning.<br>– <code>LAUNDRY</code> For companies dedicated to washing laundry. This may include aircraft laundry as well as clothes and uniforms and could be self-service or fully serviced.<br>– <code>DISH\_WASHING</code> For companies dedicated to washing aircraft crockery and cutlery.<br>– <code>MAINTENANCE</code> For companies certified to carry out aircraft maintenance.<br>– <code>AIRCRAFT\_SERVICING</code> For companies able to support aircraft with minor services, like tire pressure checking and inflation, towing, oxygen refill, power carts, air start, etc. These companies may or may not be certified by the competent authority, depending on the regulatory framework.<br>– <code>TAX\_REFUND</code> For services that facilitate claiming of taxes for international customers. These may governmental agencies or commercial establishments.<br>– <code>SUPERMARKET</code> For grocery shops.<br>– <code>AIRCRAFT\_SUPPLIES</code> For businesses dedicated to the warehousing sales and distribution of aircraft spare parts and consumables.</p> |
| `name`              | string         | The name of the business.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `email`             | string, `null` | <p>The email address of the business.<br><br><code>null</code> indicates that this information is not available.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `phone`             | string, `null` | <p>The phone number of the business during regular business hours.<br><br><code>null</code> indicates that this information is not available.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `vhf`               | number, `null` | <p>The frequency in Mhz for voice communication between the aircraft and the Provider. This is in the range of 118.000 and 136.975.<br><br><code>null</code> if this information was not added.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| `outOfHoursPhone`   | string, `null` | <p>The phone number of the business outside of regular business hours.<br><br><code>null</code> indicates that this information is not available.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `website`           | string, `null` | <p>The website of the business, pointing to the page most relevant for this location.<br><br><code>null</code> indicates that this information is not available.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `sita`              | string, `null` | <p>The SITA address to communicate with this business at this location, or the most relevant location.<br><br><code>null</code> indicates that this information is not available.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `aftn`              | string, `null` | <p>The AFTN address to communicate with this business at this location, or the most relevant location.<br><br><code>null</code> indicates that this information is not available.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `streetName`        | string, `null` | <p>The street address, including any numbering, for the business. This should be the most relevant address where the business can receive customers, suppliers and deliveries.<br><br><code>null</code> indicates that this information is not available.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `locality`          | string, `null` | <p>The city of the business address, as used for postal routing.<br><br><code>null</code> indicates that this information is not available.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `municipality`      | string, `null` | <p>The state, province, county, or administrative region in which the locality is situated.<br>For example, <code>Ontario</code>, <code>Alberta</code>, or <code>California</code>.<br><br><code>null</code> indicates that this information is not available.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `governingDistrict` | string, `null` | This object is reserved for future use, and it is currently defaulted to `null` in all API responses.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `postalCode`        | string, `null` | <p>The postal code, according to the standard of the country.<br><br><code>null</code> indicates that this information is not available.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `country`           | object, `null` | <p>A <a href="country">Country</a> object representing where the business is physically located. This may be different from the jurisdiction of incorporation of the business.<br><br><code>null</code> indicates that this information is not available.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `paymentMethods`    | list, `null`   | <p>A list of payment methods that can be used at the Provider. These are intended available without prior arrangement with the provider and accepted for all customers.<br>Possible values are:<br>– <code>VISA</code> Visa debit and credit cards<br>– <code>MASTERCARD</code> Mastercard debit and credit cards<br>– <code>AMERICAN\_EXPRESS</code> American Express cards<br>– <code>DINERS\_CLUB</code> Diners Club cards<br>– <code>JCB</code> JCB cards<br>– <code>DISCOVER</code> Discover cards<br>– <code>WORLD\_FUEL\_SERVICES</code> World Fuel Services card or Release<br>– <code>COLT</code> Colt card or Release<br>– <code>UVAIR</code> UVair Fueling Card or Release<br>– <code>AVFUEL</code> AVCARD or Release<br>– <code>AIRBP</code> AirBP card or Release<br>– <code>TOTAL</code> Total card or Release<br>– <code>SHELL</code> Shell card or Release<br>– <code>OTHER\_CARNET</code> other carnets not listed above.<br>– <code>OTHER\_RELEASE</code> other releases not listed above.<br>– <code>INVOICE</code> the Provider will send an invoice to the customer for later payment.<br>– <code>CASH</code> cash in the local currency, and possibly in other international currencies.</p><p>– <code>BITCOIN</code> Bitcoin on-chain transactions.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `featuredOrder`     | number, `null` | <p>This number indicates to clients in which order to display providers of the same <code>category</code> to the end users.<br>The position in this list depends on a series of commercial, data quality and usage factors.<br><br><code>-1</code> indicates a provider that should always be displayed on top, as “Featured”. These providers have been checked by our curators team and reliability of the data is highest. Only one provider per <code>category</code> at the same location can have this set to <code>-1</code>.<br><br>Any other value from <code>0</code> upwards indicates a decreasing position under the featured provider, if any. For clarification, <code>0</code> should be displayed before <code>1</code> and <code>1</code> before <code>2</code>.<br><br><code>null</code> indicates that the provider has not been vetted by our team, and the accuracy of the data is not guaranteed.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `logo`              | reserved       | This will contain methods to retrieve the logo of the Provider.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `pictures`          | reserved       | This will contain methods to retrieve pictures for the Provider.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `parent`            | string         | The AID of the [Airport](https://docs.aviowiki.com/data-models/airport) to which this Provider belongs.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| `handlingProvider`  | object, `null` | <p>If <code>category</code> is <code>HANDLING</code>, this is an object that describes properties specific to Handling companies. Full details can be found in the next paragraphs.<br><br><code>null</code> if <code>category</code> is any other value.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `fuelProviders`     | object, `null` | <p>If <code>category</code> is <code>FUEL</code>, this is an object that describes properties specific to Fuel companies. Full details can be found in the next paragraphs.<br><br><code>null</code> if <code>category</code> is any other value.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |

### Handling Provider <a href="#handling-provider" id="handling-provider"></a>

| **Property**             | **Type**       | **Description**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| ------------------------ | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `serviceLevel`           | string, `null` | <p>The type of service offered by this Provider. Possible options are:</p><ul><li><code>HANDLER</code> for a ground handler that usually serves airlines, or a non-GA/BA specific ground handler.</li><li><code>FBO</code> for a specific GA/BA ground handler.</li><li><code>SUPERVISION</code> for a local representative offering airside support to GA/BA flights using equipment of another ground handler.</li><li><code>SUPPORT</code> for any remote arrangement that facilitates the operations of GA/BA flights.</li></ul><p><code>null</code> if this information is not available.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `accountsEmail`          | string, `null` | <p>The email address of the Accounting department. This is where the Provider prefers to receive emails related to accounting and financial matters.<br><br><code>null</code> if this information was not available.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `accountsPhone`          | string, `null` | <p>The phone number of the Accounting department. This is where the Provider prefers to receive calls related to accounting and financial matters.<br><br><code>null</code> if this information was not available.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `paxMeetingCoordinates`  | object, `null` | <p>A <a href="coordinates">Coordinates</a> object illustrating where passengers can meet with a representative of this Handling Provider. This should be in a public area accessible to private vehicles.</p><p></p><p><code>null</code> if this information is not available. </p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| `aircraftParkingPolygon` | list, `null`   | <p>A list of <a href="coordinates">Coordinates</a> objects which delimit the area where aircraft served by this Handling Provider are usually parked.<br><br><code>null</code> if this information was not added.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `fboBuildingPolygon`     | list, `null`   | <p>A list of Coordinates objects which delimit the area of the main building from which this Handling Provider perform its core services.<br><br><code>null</code> if this information was not added.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `terminalServices`       | list, `null`   | <p>A list of services offered by this Handling Provider at their premises for passengers’ convenience.<br><br>Possible values are:<br><br>– <code>DEDICATED\_TERMINAL</code> a dedicated area in an own building, or part of another building, where passengers are physically separated from the airline passengers.<br>– <code>CUSTOMS\_ON\_SITE</code> a customs checkpoint on site, or the possibility to arrange one on request.<br>– <code>SECURITY\_ON\_SITE</code> a security screening point on site, or the possibility to arrange one.<br>– <code>AIRSIDE\_BOARD\_TO\_BOARD</code> the possibility to transfer a passenger from an airline flight to a GA/BA flight, or vice versa, meeting the passenger at a location airside.<br>– <code>LANDSIDE\_CONNECTION\_ASSISTANCE</code> the possibility to transfer a passenger from an airline flight to a GA/BA flight, or vice versa, meeting the passenger at a location landside.<br>– <code>AIRLINE\_MEET\_AND\_GREET</code> the possibility to receive an airline passenger to facilitate airport procedures. It is not specified if this happens landside or airside.<br>– <code>CREW\_COURTESY\_CAR</code> the availability of a car to be used by the crew for the period of time their aircraft is serviced by this Provider.<br>– <code>CAR\_RENTAL</code> a dedicated car-rental point, or the possibility of having rented cars picked-up at the location of this Provider.<br>– <code>CREW\_TRANSFER</code> transfer for the crew members, usually to and from their hotel, arranged by this Provider.<br>– <code>CONFERENCE\_ROOMS</code> the availability of rooms equipped to allow meetings at the premises of the Provider.<br>– <code>CREW\_SHOWERS</code> the availability of shower facilities and changing rooms for crew members to use.<br>– <code>PASSENGER\_SHOWERS</code> the availability of shower facilities and changing rooms for passengers to use.<br>– <code>CREW\_SNOOZE\_ROOM</code> a room equipped in such a way that allows crew members to take short periods of sleep.<br>– <code>PASSENGER\_SNOOZE\_ROOM</code> a room equipped in such a way that allows passengers to take short periods of sleep.<br>– <code>CHILDREN\_AREA</code> a safe area dedicated to children’s play.<br>– <code>COMPLIMENTARY\_REFRESHMENTS</code> the availability of refreshments for the users of this Provider.<br>– <code>CONCIERGE\_SERVICES</code> the availability of ancillary services arranged by the Provider on behalf of the user.<br>– <code>CREW\_CAR\_PARK</code> car park dedicated to the crew members of an aircraft using this Provider.<br>– <code>PASSENGER\_CAR\_PARK</code> car park dedicated to the passengers of an aircraft using this Provider.<br>– <code>TAX\_REFUND</code> the availability on site of a service that facilitates claiming of taxes for international customers. This may be a governmental agency or a commercial establishment.<br>– <code>SHOPS\_ON\_SITE</code> shops on the premises of the Provider. These may be convenience stores, gift shops, or other generic shops.<br>– <code>RESTAURANTS\_ON\_SITE</code> restaurants on the premises of the Provider that serve food and have space for dining in.<br>– <code>CATERING\_COLD\_STORAGE</code> the possibility of storing catering supplies in a refrigerated compartment or room.<br>– <code>LUGGAGE\_STORAGE</code> the possibility of storing customer luggage for a definite period of time.<br><br><code>null</code> if this information was not added.</p> |
| `aircraftServices`       | list, `null`   | <p>A list of aircraft services offered by this Handling Provider.<br><br>Possible values are:<br>– <code>DEDICATED\_PARKING</code> parking for the aircraft in a design area which is used exclusively by the Provider.<br>– <code>SELF\_MANEUVERING\_PARKING</code> parking that allows taxi in and taxi out without assistance from external vehicles.<br>– <code>TOW\_TRUCK</code> a dedicated vehicle to move the aircraft on the airport surface without the aircraft’s own power.<br>– <code>LUGGAGE\_CARTS</code> trolleys to move large amounts of luggage to and from the aircraft.<br>– <code>WHEELCHAIR\_LOADER\_BIZJET</code> a vehicle dedicated to the movement of Passengers with Reduced Mobility and with an interface suitable to business jets.<br>– <code>WHEELCHAIR\_LOADER\_AIRLINER</code> a vehicle dedicated to the movement of Passengers with Reduced Mobility and with an interface suitable to airliners.<br>– <code>LUGGAGE\_BELT</code> a belt on wheels to mechanically lift luggage from the ground to the aircraft’s luggage compartment.<br>– <code>AIRLINE\_CONTAINER\_LOADER</code> a vehicle to load, lift and manoeuvre <a href="https://en.wikipedia.org/wiki/Unit_load_device">ULD containers</a>.<br>– <code>POTABLE\_WATER</code> a vehicle or other means to load potable water into the aircraft, via a suitable aircraft interface.<br>– <code>VACUUM\_TOILET\_SERVICE</code> a vehicle or other means to empty a waste tank for toilets operating with a vacuum system.<br>– <code>CHEMICAL\_TOILET\_SERVICE</code> the availability of adequate means to empty a waste tank for chemical toilets, including the supply of adequate consumables to make the toilet serviceable again.<br>– <code>TKS\_FLUID</code> availability of TKS anti-icing fuel.<br>– <code>DEICING</code> availability of de-icing and anti-icing equipment and fluids.<br>– <code>OXYGEN\_UPLOAD</code> equipment and trained personnel to refill the on-board oxygen system.<br>– <code>TYRE\_INFLATION</code> equipment and trained personnel to check tyre pressure and inflate tyres.<br>– <code>GPU\_115V\_440HZ</code> availability of AC Ground Power at a voltage of 115v and frequency of 440Hz.<br>– <code>GPU\_28V</code> availability of DC Ground Power at a voltage of 28v.<br>– <code>GPU\_12V</code> availability of DC Ground Power at a voltage of 12v.<br>– <code>AIR\_STARTER</code> equipment and trained personnel to conduct turbine engine air start. The aircraft interface is not specified.<br>– <code>CREW\_LADDER</code> a portable ladder available to the crew for inspecting parts of the aircraft that are not immediately available from the ground.<br>– <code>AIRCRAFT\_STAIRS</code> movable stairs, usually used for airliners or larger aircraft that do not carry a built-in ladder.<br>– <code>FORKLIFT</code> a vehicle and an operator able to forklift palletized cargo.<br>– <code>CABIN\_COOLING\_HEATING\_CART</code> a unit that can provide heated or chilled air to the aircraft cabin. The aircraft interface is not specified.<br><br><code>null</code> if this information was not added.</p>                                                                                                                                                                                                                                                                                                                                                                                    |
| `fuelProducts`           | list, `null`   | <p>A list of <a href="fuel-product">Fuel Products</a> that are available for sale by the Provider.<br>Other Generic Products may also be available for this Provider and may be retrieved using the relevant endpoint.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
