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

HighRiskSpecialPrefixe resource.

Parent: `/DialingPermissions/Countries/{IsoCode}`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `prefix` | A prefix is a contiguous number range for a block of E.164 numbers that includes the E.164 assigned country code. For example, a North American Numbering Plan prefix like `+1510720` written like `+1(510) 720` matches all numbers inclusive from `+1(510) 720-0000` to `+1(510) 720-9999`. |

# `t`

```elixir
@type t() ::
  %Twilio.Resources.Voice.V1.DialingPermission.Country.HighRiskSpecialPrefixe{
    prefix: String.t() | nil
  }
```

# `object_name`

---

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