# ConnectureEnrollRequest

Model ID: `ConnectureEnrollRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `basic_token` | `string` | No |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `client_key` | `string` | No |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `client_secret` | `string` | No |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `confirmation_number` | `string` | No |  |  |  | No |  |
| `enrollment` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `is_hra` | `boolean` | No |  |  | `false` | No |  |
| `mode` | `string` | No |  | sandbox, live | `"sandbox"` | No | Which vendor environment the call is routed to. Defaults to sandbox, so an omitted mode never reaches a production vendor account. |
| `plan_id` | `string` | Yes |  |  |  | No |  |
| `session_id` | `string` | Yes |  |  |  | No |  |

## Example

None declared in canonical OpenAPI.
