# NEShopItem

**negdkcc**

***

negdkcc / NEShopItem

## Type Alias: NEShopItem

> **NEShopItem** = `object`

Defined in: [data/NEShopItem.ts:5](https://github.com/EternalsGame/universal-sdk/blob/7b1076b6b36dd7c5b65f4a2f518d40773314a555/gdk/cocos-creator/assets/negdk/scripts/data/NEShopItem.ts#L5)

Represents an item available for purchase in the shop.\
Each item has a specific duration, amount, code, and type.

### Properties

#### duration

> **duration**: `number`

Defined in: [data/NEShopItem.ts:9](https://github.com/EternalsGame/universal-sdk/blob/7b1076b6b36dd7c5b65f4a2f518d40773314a555/gdk/cocos-creator/assets/negdk/scripts/data/NEShopItem.ts#L9)

The duration of the item, typically in seconds or other time units.

***

#### itemAmount

> **itemAmount**: `number`

Defined in: [data/NEShopItem.ts:14](https://github.com/EternalsGame/universal-sdk/blob/7b1076b6b36dd7c5b65f4a2f518d40773314a555/gdk/cocos-creator/assets/negdk/scripts/data/NEShopItem.ts#L14)

The amount of the item available for purchase.

***

#### itemCode

> **itemCode**: `string`

Defined in: [data/NEShopItem.ts:19](https://github.com/EternalsGame/universal-sdk/blob/7b1076b6b36dd7c5b65f4a2f518d40773314a555/gdk/cocos-creator/assets/negdk/scripts/data/NEShopItem.ts#L19)

A unique code identifying the item.

***

#### type

> **type**: `string`

Defined in: [data/NEShopItem.ts:24](https://github.com/EternalsGame/universal-sdk/blob/7b1076b6b36dd7c5b65f4a2f518d40773314a555/gdk/cocos-creator/assets/negdk/scripts/data/NEShopItem.ts#L24)

The type or category of the item.
