# Interface: StandardCheckoutArgs

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

## Properties

### domain?

> `optional` **domain?**: `string`

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

***

### items?

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

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

***

### offer

> **offer**: `string`

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

***

### redirectUrl?

> `optional` **redirectUrl?**: `string`

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

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