TelephoneNumber

GoogleApi.ContentWarehouse.V1.Model.TelephoneNumber


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. areaCode (type: String.t, default: nil)
    - The local "area code", if there is such a concept.
  2. countryCode (type: integer(), default: nil)
    - The international direct dialing code for the country, as per ITU E.164: http://www.itu.int/itudoc/itu-t/ob-lists/icc/e164_763.html
  3. extension (type: String.t, default: nil)
    - Extension (to be dialed after connection).
  4. nationalPrefix (type: String.t, default: nil)
    - To call this number from within the same country, the national call prefix may be necessary. This is 1 in the US, 0 in the UK, etc. In the US, it's reasonable to omit the leading 1 when writing the number, but in other countries it is less optional.
  5. number (type: list(String.t), default: nil)
    - The actual number, broken down into sections as per local convention. Note that the actual formatting of these sections (hyphen vs space, usage of parentheses) will vary according to local custom.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TelephoneNumber{
areaCode: String.t() | nil,
countryCode: integer() | nil,
extension: String.t() | nil,
nationalPrefix: String.t() | nil,
number: [String.t()] | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.TelephoneNumber