# Interface: StandardEmbedProps

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

## Extends

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

## Properties

### customer?

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

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

#### Inherited from

[`BaseEmbedProps`](https://plandalf.com/docs/packages/react/interfaces/BaseEmbedProps).[`customer`](https://plandalf.com/docs/packages/react/interfaces/BaseEmbedProps#customer)

***

### domain?

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

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

#### Inherited from

[`BaseEmbedProps`](https://plandalf.com/docs/packages/react/interfaces/BaseEmbedProps).[`domain`](https://plandalf.com/docs/packages/react/interfaces/BaseEmbedProps#domain)

***

### dynamicResize?

> `optional` **dynamicResize?**: `boolean`

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

***

### events?

> `optional` **events?**: `Partial`\<[`EmbedEventCallbacks`](https://plandalf.com/docs/packages/react/interfaces/EmbedEventCallbacks)\>

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

#### Inherited from

[`BaseEmbedProps`](https://plandalf.com/docs/packages/react/interfaces/BaseEmbedProps).[`events`](https://plandalf.com/docs/packages/react/interfaces/BaseEmbedProps#events)

***

### inheritParameters?

> `optional` **inheritParameters?**: `boolean`

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

#### Inherited from

[`BaseEmbedProps`](https://plandalf.com/docs/packages/react/interfaces/BaseEmbedProps).[`inheritParameters`](https://plandalf.com/docs/packages/react/interfaces/BaseEmbedProps#inheritparameters)

***

### offer

> **offer**: `string`

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

#### Inherited from

[`BaseEmbedProps`](https://plandalf.com/docs/packages/react/interfaces/BaseEmbedProps).[`offer`](https://plandalf.com/docs/packages/react/interfaces/BaseEmbedProps#offer)

***

### onComplete?

> `optional` **onComplete?**: (`checkout`) => `void`

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

#### Parameters

##### checkout

`any`

#### Returns

`void`

#### Inherited from

[`BaseEmbedProps`](https://plandalf.com/docs/packages/react/interfaces/BaseEmbedProps).[`onComplete`](https://plandalf.com/docs/packages/react/interfaces/BaseEmbedProps#oncomplete)

***

### onError?

> `optional` **onError?**: (`error`) => `void`

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

#### Parameters

##### error

`any`

#### Returns

`void`

#### Inherited from

[`BaseEmbedProps`](https://plandalf.com/docs/packages/react/interfaces/BaseEmbedProps).[`onError`](https://plandalf.com/docs/packages/react/interfaces/BaseEmbedProps#onerror)

***

### onSuccess?

> `optional` **onSuccess?**: (`data`) => `void`

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

#### Parameters

##### data

`any`

#### Returns

`void`

#### Inherited from

[`BaseEmbedProps`](https://plandalf.com/docs/packages/react/interfaces/BaseEmbedProps).[`onSuccess`](https://plandalf.com/docs/packages/react/interfaces/BaseEmbedProps#onsuccess)

***

### parameters?

> `optional` **parameters?**: `Record`\<`string`, `any`\>

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

#### Inherited from

[`BaseEmbedProps`](https://plandalf.com/docs/packages/react/interfaces/BaseEmbedProps).[`parameters`](https://plandalf.com/docs/packages/react/interfaces/BaseEmbedProps#parameters)

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