Twilio.Resources.Pricing.V2.Trunking.Number (twilio_elixir v0.1.1)

Copy Markdown View Source

Trunking pricing for a specific phone number

Properties

FieldDescription
countryThe name of the country.

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

destination_numberThe destination phone number in E.164 format, which consists of a + followed by the country code and subscriber number.. Format: phone-number
iso_countryThe ISO country code. Format: iso-country-code

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

| originating_call_price | The OriginatingCallPrice record.. Format: inbound-call-price |

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

| origination_number | The origination phone number in [E.164 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

price_unitThe currency in which prices are measured, specified in ISO 4127 format (e.g. usd, eur, jpy).. Format: currency
urlThe absolute URL of the resource.. Format: uri

Summary

Types

t()

@type t() :: %Twilio.Resources.Pricing.V2.Trunking.Number{
  country: String.t() | nil,
  destination_number: String.t() | nil,
  iso_country: String.t() | nil,
  originating_call_price: map() | nil,
  origination_number: String.t() | nil,
  price_unit: String.t() | nil,
  terminating_prefix_prices: list() | nil,
  url: String.t() | nil
}

Functions

object_name()