Twilio.Resources.Pricing.V1.PhoneNumber.Country (twilio_elixir v0.1.1)

Copy Markdown View Source

Phone number pricing by country

Parent: /PhoneNumbers

Properties

FieldDescription
countryThe name of the country.
iso_countryThe ISO country code.. Format: iso-country-code

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

| phone_number_prices | The list of PhoneNumberPrice records. |

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.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
}

Functions

object_name()