github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/LocationInfo.md (about) 1 # LocationInfo 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Uri** | **string** | Canonical URI of a location | [optional] 7 **AreaCode** | **string** | Area code of the location | [optional] 8 **City** | **string** | Official name of the city, belonging to the certain state | [optional] 9 **Npa** | **string** | Area code of the location (3-digit usually), according to the NANP number format, that can be summarized as NPA-NXX-xxxx and covers Canada, the United States, parts of the Caribbean Sea, and some Atlantic and Pacific islands. See for details North American Numbering Plan | [optional] 10 **Nxx** | **string** | Central office code of the location, according to the NANP number format, that can be summarized as NPA-NXX-xxxx and covers Canada, the United States, parts of the Caribbean Sea, and some Atlantic and Pacific islands. See for details North American Numbering Plan | [optional] 11 **State** | **string** | ID and URI of the state this location belongs to, see State Info | [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