# Interface: CartItem

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

## Properties

### description?

> `optional` **description?**: `string`

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

***

### name

> **name**: `string`

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

***

### priceId

> **priceId**: `string`

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

***

### productId?

> `optional` **productId?**: `string`

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

***

### quantity

> **quantity**: `number`

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

***

### subtotal

> **subtotal**: `number`

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

***

### unitAmount

> **unitAmount**: `number`

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

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