# Interface: CheckoutHookReturn

Defined in: [embeds/types.ts:14](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/react/src/embeds/types.ts#L14)

## Properties

### checkout

> **checkout**: (`checkoutItems?`) => `void`

Defined in: [embeds/types.ts:15](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/react/src/embeds/types.ts#L15)

#### Parameters

##### checkoutItems?

[`CheckoutItem`](https://plandalf.com/docs/packages/react/interfaces/CheckoutItem)[]

#### Returns

`void`

***

### close

> **close**: () => `void`

Defined in: [embeds/types.ts:19](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/react/src/embeds/types.ts#L19)

#### Returns

`void`

***

### isOpen

> **isOpen**: `boolean`

Defined in: [embeds/types.ts:16](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/react/src/embeds/types.ts#L16)

***

### items

> **items**: [`CheckoutItem`](https://plandalf.com/docs/packages/react/interfaces/CheckoutItem)[]

Defined in: [embeds/types.ts:17](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/react/src/embeds/types.ts#L17)

***

### Modal

> **Modal**: `FC`

Defined in: [embeds/types.ts:18](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/react/src/embeds/types.ts#L18)

Source: https://plandalf.com/docs/packages/react/interfaces/CheckoutHookReturn
