# Interface: CheckoutModule

Defined in: [packages/sdk/src/core/types.ts:654](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L654)

## Methods

### close()

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

Defined in: [packages/sdk/src/core/types.ts:658](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L658)

#### Returns

`void`

***

### create()

> **create**(`options`): `Promise`\<[`Flow`](https://plandalf.com/docs/packages/sdk/interfaces/Flow)\>

Defined in: [packages/sdk/src/core/types.ts:657](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L657)

#### Parameters

##### options

[`FlowStartOptions`](https://plandalf.com/docs/packages/sdk/interfaces/FlowStartOptions)

#### Returns

`Promise`\<[`Flow`](https://plandalf.com/docs/packages/sdk/interfaces/Flow)\>

***

### mount()

> **mount**(`element`, `options`): `Promise`\<[`Flow`](https://plandalf.com/docs/packages/sdk/interfaces/Flow)\>

Defined in: [packages/sdk/src/core/types.ts:656](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L656)

#### Parameters

##### element

`HTMLElement`

##### options

[`FlowStartOptions`](https://plandalf.com/docs/packages/sdk/interfaces/FlowStartOptions)

#### Returns

`Promise`\<[`Flow`](https://plandalf.com/docs/packages/sdk/interfaces/Flow)\>

***

### open()

> **open**(`options`): `Promise`\<[`Flow`](https://plandalf.com/docs/packages/sdk/interfaces/Flow)\>

Defined in: [packages/sdk/src/core/types.ts:655](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L655)

#### Parameters

##### options

[`FlowOpenOptions`](https://plandalf.com/docs/packages/sdk/interfaces/FlowOpenOptions)

#### Returns

`Promise`\<[`Flow`](https://plandalf.com/docs/packages/sdk/interfaces/Flow)\>

Source: https://plandalf.com/docs/packages/sdk/interfaces/CheckoutModule
