# Interface: CustomerInfo

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

## Properties

### address?

> `optional` **address?**: `object`

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

#### city?

> `optional` **city?**: `string`

#### country?

> `optional` **country?**: `string`

#### line1?

> `optional` **line1?**: `string`

#### line2?

> `optional` **line2?**: `string`

#### postal\_code?

> `optional` **postal\_code?**: `string`

#### state?

> `optional` **state?**: `string`

***

### company?

> `optional` **company?**: `string`

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

***

### email?

> `optional` **email?**: `string`

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

***

### first\_name?

> `optional` **first\_name?**: `string`

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

***

### last\_name?

> `optional` **last\_name?**: `string`

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

***

### phone?

> `optional` **phone?**: `string`

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

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