> ## Documentation Index
> Fetch the complete documentation index at: https://baileys.wiki/llms.txt
> Use this file to discover all available pages before exploring further.

# OrderProduct

> Type Alias OrderProduct in the Baileys API.

> **OrderProduct**: `object`

Defined in: [src/Types/Product.ts:61](https://github.com/WhiskeySockets/Baileys/blob/master/src/Types/Product.ts#L61)

## Type declaration

### currency

> **currency**: `string`

### id

> **id**: `string`

### imageUrl

> **imageUrl**: `string`

### name

> **name**: `string`

### price

> **price**: `number`

### quantity

> **quantity**: `number`
