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

     1  # SenderInfo
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **PhoneNumber** | **string** | Phone number in E.164 (with '+' sign) format | [optional] 
     7  **ExtensionNumber** | **string** | Extension number | [optional] 
     8  **Location** | **string** | Contains party location (city, state) if one can be determined from phoneNumber. This property is filled only when phoneNumber is not empty and server can calculate location information from it (for example, this information is unavailable for US toll-free numbers) | [optional] 
     9  **Name** | **string** | Symbolic name associated with a caller/callee. If the phone does not belong to the known extension, only the location is returned, the name is not determined then | [optional] 
    10  
    11  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    12  
    13