Twilio.Resources.Lookups.V1.PhoneNumber (twilio_elixir v0.1.1)

Copy Markdown View Source

Detailed information on phone numbers

Properties

FieldDescription

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

| add_ons | A JSON string with the results of the Add-ons you specified in the add_ons parameters. For the format of the object, see Using Add-ons.. PII: standard |

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

caller_nameThe name of the phone number's owner. If null, that information was not available.. PII: standard
carrierThe telecom company that provides the phone number.

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

country_codeThe ISO country code for the phone number.. PII: standard
national_formatThe phone number, in national format.. PII: standard

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

phone_numberThe phone number in E.164 format, which consists of a + followed by the country code and subscriber number.. Format: phone-number. PII: standard
urlThe absolute URL of the resource.. Format: uri

Summary

Types

t()

@type t() :: %Twilio.Resources.Lookups.V1.PhoneNumber{
  add_ons: String.t() | nil,
  caller_name: String.t() | nil,
  carrier: String.t() | nil,
  country_code: String.t() | nil,
  national_format: String.t() | nil,
  phone_number: String.t() | nil,
  url: String.t() | nil
}

Functions

object_name()