DevicePhoneNumberInfo
Phone number information
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | int | ❌ | Internal identifier of a phone number |
country | DevicePhoneNumberCountryInfo | ❌ | Brief information on a phone number country |
payment_type | DevicePhoneNumberInfoPaymentType | ❌ | Payment type. 'External' is returned for forwarded numbers which are not terminated in the RingCentral phone system = ['External', 'TollFree', 'Local'] |
phone_number | str | ❌ | Phone number |
usage_type | DevicePhoneNumberInfoUsageType | ❌ | |
type_ | DevicePhoneNumberInfoType | ❌ | Type of phone number |
DevicePhoneNumberInfoPaymentType
Payment type. 'External' is returned for forwarded numbers which are not terminated in the RingCentral phone system = ['External', 'TollFree', 'Local']
Properties
Name | Type | Required | Description |
---|---|---|---|
EXTERNAL | str | ✅ | "External" |
TOLLFREE | str | ✅ | "TollFree" |
LOCAL | str | ✅ | "Local" |
DevicePhoneNumberInfoUsageType
Properties
Name | Type | Required | Description |
---|---|---|---|
COMPANYNUMBER | str | ✅ | "CompanyNumber" |
MAINCOMPANYNUMBER | str | ✅ | "MainCompanyNumber" |
ADDITIONALCOMPANYNUMBER | str | ✅ | "AdditionalCompanyNumber" |
DIRECTNUMBER | str | ✅ | "DirectNumber" |
COMPANYFAXNUMBER | str | ✅ | "CompanyFaxNumber" |
FORWARDEDNUMBER | str | ✅ | "ForwardedNumber" |
FORWARDEDCOMPANYNUMBER | str | ✅ | "ForwardedCompanyNumber" |
CONTACTCENTERNUMBER | str | ✅ | "ContactCenterNumber" |
DevicePhoneNumberInfoType
Type of phone number
Properties
Name | Type | Required | Description |
---|---|---|---|
VOICEFAX | str | ✅ | "VoiceFax" |
FAXONLY | str | ✅ | "FaxOnly" |
VOICEONLY | str | ✅ | "VoiceOnly" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs