Class SmsRequestCountryInfo

java.lang.Object
com.ringcentral.definitions.SmsRequestCountryInfo

public class SmsRequestCountryInfo extends Object
Target number country information. Either `id` or `isoCode` can be specified.
  • Field Details

    • id

      public String id
      Internal identifier of a country
    • isoCode

      public String isoCode
      ISO 3166-1 alpha-2 code of a country
  • Constructor Details

    • SmsRequestCountryInfo

      public SmsRequestCountryInfo()
  • Method Details