# `Twilio.Resources.Pricing.V2.Voice.Number`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/pricing/v2/voice/number.ex#L2)

Voice pricing for a specific phone number

Parent: `/Voice`

## Properties

| Field | Description |
|-------|-------------|
| `country` | The name of the country. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `destination_number` | The destination phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number.. Format: phone-number |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `inbound_call_price` | The [InboundCallPrice](https://www.twilio.com/docs/voice/pricing#inbound-call-price) record.. Format: inbound-call-price |
| `iso_country` | The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Format: iso-country-code |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `origination_number` | The origination phone number in [[E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number.. Format: phone-number |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `outbound_call_prices` | The list of [OutboundCallPriceWithOrigin](https://www.twilio.com/docs/voice/pricing#outbound-call-price-with-origin) records. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `price_unit` | The currency in which prices are measured, specified in [ISO 4127](https://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.V2.Voice.Number{
  country: String.t() | nil,
  destination_number: String.t() | nil,
  inbound_call_price: map() | nil,
  iso_country: String.t() | nil,
  origination_number: String.t() | nil,
  outbound_call_prices: list() | nil,
  price_unit: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

---

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