Class CountryInfoDictionaryModel

java.lang.Object
com.ringcentral.definitions.CountryInfoDictionaryModel

public class CountryInfoDictionaryModel 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
      Country code according to the ISO standard, see [ISO 3166](https://www.iso.org/iso-3166-country-codes.html)
    • 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)
    • emergencyCalling

      public Boolean emergencyCalling
      Emergency calling feature availability/emergency address requirement indicator
    • numberSelling

      public Boolean numberSelling
      Indicates that phone numbers are available for this country
    • loginAllowed

      public Boolean loginAllowed
      Indicates that login with the phone number of this country is allowed
    • signupAllowed

      public Boolean signupAllowed
      Indicates that signup/billing is allowed for this country
    • freeSoftphoneLine

      public Boolean freeSoftphoneLine
      Indicates that free phone line for softphone is available for this country
    • localDialing

      public Boolean localDialing
      Indicates that the local dialing is supported in this country and default area code can be set
  • Constructor Details

    • CountryInfoDictionaryModel

      public CountryInfoDictionaryModel()
  • Method Details