# InternetFeePolicy

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [TPA_Extensions](/connectivity/docs/api-reference/tpa_extensions)/`InternetFeePolicy` | Internet fee details. | object | 0..1 | Only allowed when [FeePolicy](/connectivity/docs/api-reference/feepolicy)`[@Code="5035"]`. |
| `InternetFeePolicy`/`@InternetType` | Specifies the type of internet connection. | enum | 0..1 | Accepts: `wired`, `wifi`, `none`. Default: `wifi` |
| `InternetFeePolicy`/`@InternetCoverage` | Specifies the area covered by internet. | enum | 0..1 | Accepts: `entire_property`, `public_areas`, `all_rooms`, `some_rooms`, `business_centre`. Default: `entire_property` |


## XML


```xml
<InternetFeePolicy
  InternetType="wired"
  InternetCoverage="public_areas" />
```

## Related endpoints

* [/ota/OTA_HotelDescriptiveContentNotif](/connectivity/docs/ota-hoteldescriptivecontentnotif)