# StediEligibilityCheckResponse

Model ID: `StediEligibilityCheckResponse`

The ``POST /eligibility/v3`` response.

The connector
maps the whole response to snake_case before building this model, so loose
sections are snake_case too.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `benefits_information` | `unknown|null` | No |  |  | `null` | Yes |  |
| `control_number` | `string|null` | No |  |  | `null` | Yes |  |
| `dependents` | `unknown|null` | No |  |  | `null` | Yes |  |
| `errors` | `unknown|null` | No |  |  | `null` | Yes |  |
| `payer` | `unknown|null` | No |  |  | `null` | Yes |  |
| `plan_date_information` | `unknown|null` | No |  |  | `null` | Yes |  |
| `plan_information` | `unknown|null` | No |  |  | `null` | Yes |  |
| `plan_status` | `unknown|null` | No |  |  | `null` | Yes |  |
| `provider` | `unknown|null` | No |  |  | `null` | Yes |  |
| `reassociation_key` | `string|null` | No |  |  | `null` | Yes |  |
| `subscriber` | `unknown|null` | No |  |  | `null` | Yes |  |
| `trading_partner_service_id` | `string|null` | No |  |  | `null` | Yes |  |
| `x12` | `string|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
