Class ParsePhoneNumberParameters

java.lang.Object
com.ringcentral.definitions.ParsePhoneNumberParameters

public class ParsePhoneNumberParameters extends Object
Query parameters for operation parsePhoneNumber
  • Field Details

    • homeCountry

      public String homeCountry
      ISO 3166 alpha2 code of the home country to be used if it is impossible to determine country from the number itself. By default, this parameter is preset to the current user's home country or brand country if the user is undefined Example: US
    • nationalAsPriority

      public Boolean nationalAsPriority
      The default value is `false`. If `true`, the numbers that are closer to the home country are given higher priority
  • Constructor Details

    • ParsePhoneNumberParameters

      public ParsePhoneNumberParameters()
  • Method Details