View Source Appwrite.Types.Phone (appwrite v0.2.1)

Represents a phone dialling code associated with a country.

Fields

  • code (String.t()): Phone dialling code (e.g. "+1").
  • country_code (String.t()): Two-character ISO 3166-1 alpha country code.
  • country_name (String.t()): Country name.

Summary

Types

t()

@type t() :: %Appwrite.Types.Phone{
  code: String.t(),
  country_code: String.t(),
  country_name: String.t()
}