Class GetCountryInfoNumberParser

java.lang.Object
com.ringcentral.definitions.GetCountryInfoNumberParser

public class GetCountryInfoNumberParser extends Object
  • Field Details

    • id

      public String id
      Internal identifier of a country
    • uri

      public String uri
      Canonical URI of a country resource Format: uri
    • callingCode

      public String callingCode
      Country calling code defined by [ITU-T](http://en.wikipedia.org/wiki/ITU-T) recommendations, [E.123](http://en.wikipedia.org/wiki/E.123) and [E.164](http://en.wikipedia.org/wiki/E.164). See also [Calling Codes](http://en.wikipedia.org/wiki/List_of_country_calling_codes)
    • isoCode

      public String isoCode
      Two-letter country code in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format Example: US
    • name

      public String name
      The official name of the country. Example: United States
  • Constructor Details

    • GetCountryInfoNumberParser

      public GetCountryInfoNumberParser()
  • Method Details