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

    • SmsRequestCountryInfo

      public SmsRequestCountryInfo()
  • Method Details