Class NumberType

java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,NumberType>
com.sinch.sdk.domains.numbers.models.v1.NumberType

public class NumberType extends EnumDynamic<String,NumberType>
Type of phone number
  • Field Details

    • MOBILE

      public static final NumberType MOBILE
      Numbers that belong to a specific range.
    • LOCAL

      public static final NumberType LOCAL
      Numbers that are assigned to a specific geographic region.
    • TOLL_FREE

      public static final NumberType TOLL_FREE
      Number that are free of charge for the calling party but billed for all arriving calls.
  • Method Details