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

     1  # GetAccountInfoResponse
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Id** | **string** | Internal identifier of an account | [optional] 
     7  **Uri** | **string** | Canonical URI of an account | [optional] 
     8  **MainNumber** | **string** | Main phone number of the current account | [optional] 
     9  **Operator** | [**GetExtensionInfoResponse**](GetExtensionInfoResponse.md) |  | [optional] 
    10  **PartnerId** | **string** | Additional account identifier, developed and applied by the client | [optional] 
    11  **ServiceInfo** | [**ServiceInfo**](ServiceInfo.md) |  | [optional] 
    12  **SetupWizardState** | **string** | Specifies account configuration wizard state (web service setup). The default value is 'NotStarted' | [optional] 
    13  **Status** | **string** | Status of the current account | [optional] 
    14  **StatusInfo** | [**AccountStatusInfo**](AccountStatusInfo.md) |  | [optional] 
    15  **RegionalSettings** | [**RegionalSettings**](RegionalSettings.md) |  | [optional] 
    16  **Federated** | **bool** | Specifies whether an account is included into any federation of accounts or not | [optional] 
    17  
    18  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    19  
    20