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
      Two-letter country code in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format 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