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

# ItemPurchasedCurrency data type

> Reference for the PlayFab ItemPurchasedCurrency data type describing the currency used in a purchase event within PlayStream event payloads.

***

title: ItemPurchasedCurrency
author: ernestoc
description: ItemPurchasedCurrency data type.
ms.author: ernestoc
ms.date: 02/18/2026
ms.topic: article
ms.service: azure-playfab
keywords: playfab, playstream events
ms.localizationpriority: medium
-------------------------------

# ItemPurchasedCurrency

Represents a currency used during a purchase event.

## Properties

| Name       | Type   | Description                   |
| :--------- | :----- | :---------------------------- |
| CurrencyId | String | The id of the currency.       |
| Quantity   | uint64 | The quantity of the currency. |


## Related topics

- [ItemPurchasedOverride data type](/services/playfab/api-references/events/data-types/itempurchasedoverride.md)
- [item_purchased](/services/playfab/api-references/events/CatalogV2/item-purchased.md)
- [character_vc_item_purchased](/services/playfab/api-references/events/Character/character-vc-item-purchased.md)
- [player_vc_item_purchased](/services/playfab/api-references/events/Player/player-vc-item-purchased.md)
- [PFItemInstance](/services/playfab/api-references/c/pftypes/structs/pfiteminstance.md)
