Class ListCountriesParameters

java.lang.Object
com.ringcentral.definitions.ListCountriesParameters

public class ListCountriesParameters extends Object
Query parameters for operation listCountries
  • Field Details

    • loginAllowed

      public Boolean loginAllowed
      Specifies whether the logging-in with the phone numbers of this country is enabled or not
    • signupAllowed

      public Boolean signupAllowed
      Indicates whether a signup/billing is allowed for a country. If not specified all countries are returned (according to other specified filters if any)
    • numberSelling

      public Boolean numberSelling
      Specifies if RingCentral sells phone numbers of this country
    • page

      public Long page
      Indicates a page number to retrieve. Only positive number values are accepted Format: int32 Default: 1
    • perPage

      public Long perPage
      Indicates a page size (number of items) Format: int32 Default: 100
    • freeSoftphoneLine

      public Boolean freeSoftphoneLine
      Specifies if free phone line for softphone is available for a country or not
  • Constructor Details

    • ListCountriesParameters

      public ListCountriesParameters()
  • Method Details