Class AccountPhoneNumberInfo

java.lang.Object
com.ringcentral.definitions.AccountPhoneNumberInfo

public class AccountPhoneNumberInfo extends Object
  • Field Details

    • activationStatus

      public String activationStatus
      Phone number activation status. Determine whether phone number migration is completed on the partner side. Enum: Active, Inactive
    • id

      public String id
      Internal unique identifier of a phone number Required Example: 1162820004
    • phoneNumber

      public String phoneNumber
      Phone number in e.164 format (with '+' prefix) Required Example: +16501234567
    • type

      public String type
      Type of a phone number Enum: VoiceFax, VoiceOnly, FaxOnly
    • tollType

      public String tollType
      Indicates if a number is toll or toll-free Required Example: Toll Enum: Toll, TollFree
    • usageType

      public String usageType
      Usage type of a phone number Required Enum: MainCompanyNumber, DirectNumber, Inventory, InventoryPartnerBusinessMobileNumber, PartnerBusinessMobileNumber, AdditionalCompanyNumber, CompanyNumber, PhoneLine, CompanyFaxNumber, ForwardedNumber, ForwardedCompanyNumber, ContactCenterNumber, ConferencingNumber, MeetingsNumber, NumberStorage, BusinessMobileNumber, ELIN
    • byocNumber

      public Boolean byocNumber
    • contactCenterProvider

      public ContactCenterProvider contactCenterProvider
    • status

      public String status
      Status of a phone number. If the value is `Normal`, the phone number is ready to be used. Otherwise, it is an external number not yet ported to RingCentral Required Enum: Normal, Pending, PortedIn, Temporary, Unknown
    • extension

      Reference to the extension this number is assigned to. Omitted for company numbers
  • Constructor Details

    • AccountPhoneNumberInfo

      public AccountPhoneNumberInfo()
  • Method Details