# vericredClient.Provider

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**city** | **String** | City name (e.g. Springfield). | [optional] 
**email** | **String** | Primary email address to contact the provider. | [optional] 
**gender** | **String** | Provider&#39;s gender (M or F) | [optional] 
**firstName** | **String** | Given name for the provider. | [optional] 
**id** | **Number** | National Provider Index (NPI) number | [optional] 
**lastName** | **String** | Family name for the provider. | [optional] 
**latitude** | **Number** | Latitude of provider | [optional] 
**longitude** | **Number** | Longitude of provider | [optional] 
**middleName** | **String** | Middle name for the provider. | [optional] 
**networkIds** | **[Number]** | Array of network ids | [optional] 
**organizationName** | **String** | name for the providers of type: organization. | [optional] 
**phone** | **String** | Office phone for the provider | [optional] 
**presentationName** | **String** | Preferred name for display (e.g. Dr. Francis White may prefer Dr. Frank White) | [optional] 
**specialty** | **String** | Name of the primary Specialty | [optional] 
**state** | **String** | State code for the provider&#39;s address (e.g. NY). | [optional] 
**stateId** | **Number** | Foreign key to States | [optional] 
**streetLine1** | **String** | First line of the provider&#39;s street address. | [optional] 
**streetLine2** | **String** | Second line of the provider&#39;s street address. | [optional] 
**suffix** | **String** | Suffix for the provider&#39;s name (e.g. Jr) | [optional] 
**title** | **String** | Professional title for the provider (e.g. Dr). | [optional] 
**type** | **String** | Type of NPI number (individual provider vs organization). | [optional] 
**zipCode** | **String** | Postal code for the provider&#39;s address (e.g. 11215) | [optional] 
**npis** | **[Number]** | The National Provider Index (NPI) numbers associated with this provider. | [optional] 


