github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/NotificationRecipientInfo.md (about) 1 # NotificationRecipientInfo 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 **Target** | **bool** | 'True' specifies that message is sent exactly to this recipient. Returned in to field for group MMS. Useful if one extension has several phone numbers | [optional] 9 **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] 10 **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] 11 12 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 14