Class CountryInfoShortModel

java.lang.Object
com.ringcentral.definitions.CountryInfoShortModel

public class CountryInfoShortModel 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
    • name

      public String name
      The official name of a country
    • isoCode

      public String isoCode
      A ISO country code value complying with the [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format.
    • 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 [Calling Codes](http://en.wikipedia.org/wiki/List_of_country_calling_codes)
  • Constructor Details

    • CountryInfoShortModel

      public CountryInfoShortModel()
  • Method Details