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

     1  # ContactInfo
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **FirstName** | **string** | For User extension type only. Extension user first name | [optional] 
     7  **LastName** | **string** | For User extension type only. Extension user last name | [optional] 
     8  **Company** | **string** | Extension user company name | [optional] 
     9  **Email** | **string** | Email of extension user | [optional] 
    10  **BusinessPhone** | **string** | Extension user contact phone number | [optional] 
    11  **BusinessAddress** | [**ContactAddressInfo**](ContactAddressInfo.md) |  | [optional] 
    12  
    13  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    14  
    15