# `Twilio.Resources.Pricing.V1.PhoneNumber.Country`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/pricing/v1/phone_number/country.ex#L2)

Phone number pricing by country

Parent: `/PhoneNumbers`

## Properties

| Field | Description |
|-------|-------------|
| `country` | The name of the country. |
| `iso_country` | The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).. Format: iso-country-code |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `phone_number_prices` | The list of [PhoneNumberPrice](https://www.twilio.com/docs/phone-numbers/pricing#phone-number-price) records. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `price_unit` | The currency in which prices are measured, specified in [ISO 4127](http://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`).. Format: currency |
| `url` | The absolute URL of the resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Pricing.V1.PhoneNumber.Country{
  country: String.t() | nil,
  iso_country: String.t() | nil,
  phone_number_prices: list() | nil,
  price_unit: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

---

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