## MedicationCheckoutResponse interface

Vendor-neutral output from a cart-checkout bot: a single embeddable approval widget URL (the vendor's batch sign-off surface) plus per-line results.

**Signature:**

```typescript
export interface MedicationCheckoutResponse
```

## Properties

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [approvalUrl](/content/docs/sdk/core.medicationcheckoutresponse.approvalurl) | `readonly` | string |  |
| [items](/content/docs/sdk/core.medicationcheckoutresponse.items) | `readonly` | [MedicationCheckoutItemResult](/content/docs/sdk/core.medicationcheckoutitemresult) |  |
| [vendorPatientId](/content/docs/sdk/core.medicationcheckoutresponse.vendorpatientid) | `readonly` | number | Vendor-side patient id (numeric in ScriptSure today). |

- [MedicationCheckoutResponse interface](/content/docs/sdk/core.medicationcheckoutresponse#medicationcheckoutresponse-interface/index.html)
- [Properties](/content/docs/sdk/core.medicationcheckoutresponse#properties/index.html)
