github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/PhoneNumberInfoIntId.md (about)

     1  # PhoneNumberInfoIntId
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Id** | **int64** | Internal identifier of a phone number | [optional] 
     7  **Country** | [**CountryInfo**](CountryInfo.md) |  | [optional] 
     8  **Extension** | [**ExtensionInfo**](ExtensionInfo.md) |  | [optional] 
     9  **Label** | **string** | Custom user name of a phone number, if any. Supported for numbers assigned to Auto-Receptionist, with usage type 'CompanyNumber' | [optional] 
    10  **Location** | **string** | Location (City, State). Filled for local US numbers | [optional] 
    11  **PaymentType** | **string** | Payment type. 'External' is returned for forwarded numbers which are not terminated in the RingCentral phone system | [optional] 
    12  **PhoneNumber** | **string** | Phone number | [optional] 
    13  **Status** | **string** | 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 | [optional] 
    14  **Type** | **string** | Phone number type | [optional] 
    15  **UsageType** | **string** | Usage type of the phone number | [optional] 
    16  
    17  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    18  
    19