# `Twilio.Resources.Voice.V1.DialingPermission.Country`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/voice/v1/dialing_permission/country.ex#L2)

Country resource.

Parent: `/DialingPermissions`

## Sub-resources
- `highrisk_special_prefixes` — `/v1/DialingPermissions/Countries/{iso_code}/HighRiskSpecialPrefixes`

## Properties

| Field | Description |
|-------|-------------|
| `continent` | The name of the continent in which the country is located. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `country_codes` | The E.164 assigned [country codes(s)](https://www.itu.int/itudoc/itu-t/ob-lists/icc/e164_763.html) |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `high_risk_special_numbers_enabled` | Whether dialing to high-risk special services numbers is enabled. These prefixes include number ranges allocated by the country and include premium numbers, special services, shared cost, and others |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `high_risk_tollfraud_numbers_enabled` | Whether dialing to high-risk [toll fraud](https://www.twilio.com/blog/how-to-protect-your-account-from-toll-fraud-with-voice-dialing-geo-permissions-html) numbers is enabled. These prefixes include narrow number ranges that have a high-risk of international revenue sharing fraud (IRSF) attacks, also known as [toll fraud](https://www.twilio.com/blog/how-to-protect-your-account-from-toll-fraud-with-voice-dialing-geo-permissions-html). These prefixes are collected from anti-fraud databases and verified by analyzing calls on our network. These prefixes are not available for download and are updated frequently |
| `iso_code` | The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).. Format: iso-country-code |
| `links` | A list of URLs related to this resource.. Format: uri-map |
| `low_risk_numbers_enabled` | Whether dialing to low-risk numbers is enabled. |
| `name` | The name of the country. |
| `url` | The absolute URL of this resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Voice.V1.DialingPermission.Country{
  continent: String.t() | nil,
  country_codes: list() | nil,
  high_risk_special_numbers_enabled: boolean() | nil,
  high_risk_tollfraud_numbers_enabled: boolean() | nil,
  iso_code: String.t() | nil,
  links: map() | nil,
  low_risk_numbers_enabled: boolean() | nil,
  name: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
