# ZocdocProviderInfo

Model ID: `ZocdocProviderInfo`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `credentials` | [`ZocdocProviderCredentials`](./ZocdocProviderCredentials.md) | No |  |  | `null` | Yes |  |
| `default_visit_reason_id` | `string|null` | No |  |  | `null` | Yes |  |
| `first_name` | `string|null` | No |  |  | `null` | Yes |  |
| `full_name` | `string|null` | No |  |  | `null` | Yes |  |
| `gender_identity` | `string|null` | No |  |  | `null` | Yes |  |
| `languages` | `array|null` | No |  |  | `null` | Yes |  |
| `last_name` | `string|null` | No |  |  | `null` | Yes |  |
| `npi` | `string|null` | No |  |  | `null` | Yes |  |
| `provider_photo_url` | `string|null` | No |  |  | `null` | Yes |  |
| `specialties` | `array|null` | No |  |  | `null` | Yes |  |
| `specialty_ids` | `array|null` | No |  |  | `null` | Yes |  |
| `statement` | `string|null` | No |  |  | `null` | Yes |  |
| `title` | `string|null` | No |  |  | `null` | Yes |  |
| `visit_reason_ids` | `array|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
