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

Copy Markdown View Source

Trunking pricing by country

Properties

FieldDescription
countryThe name of the country.

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

| iso_country | The ISO country code.. Format: iso-country-code |

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

| originating_call_prices | The list of OriginatingCallPrice records. |

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

| price_unit | The currency in which prices are measured, specified in ISO 4127 format (e.g. usd, eur, jpy).. Format: currency |

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

terminating_prefix_pricesThe list of TerminatingPrefixPrice records.
urlThe absolute URL of the resource.. Format: uri

Summary

Types

t()

@type t() :: %Twilio.Resources.Pricing.V2.Trunking.Country{
  country: String.t() | nil,
  iso_country: String.t() | nil,
  originating_call_prices: list() | nil,
  price_unit: String.t() | nil,
  terminating_prefix_prices: list() | nil,
  url: String.t() | nil
}

Functions

object_name()