> ## 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 データ型

> PlayStream イベント ペイロードにおいて、購入イベントで使用された通貨を表す PlayFab ItemPurchasedCurrency データ型のリファレンス。

***

title: ItemPurchasedCurrency
author: ernestoc
description: ItemPurchasedCurrency データ型。
ms.author: ernestoc
ms.date: 02/18/2026
ms.topic: article
ms.service: azure-playfab
keywords: playfab, playstream events
ms.localizationpriority: medium
-------------------------------

# ItemPurchasedCurrency

購入イベント中に使用される通貨を表します。

## Properties

| Name       | Type   | Description |
| :--------- | :----- | :---------- |
| CurrencyId | String | 通貨の ID。     |
| Quantity   | uint64 | 通貨の数量。      |


## Related topics

- [ItemPurchasedOverride データ型](/ja-jp/services/playfab/api-references/events/data-types/itempurchasedoverride.md)
- [Currency](/ja-jp/services/playfab/api-references/events/data-types/currency.md)
- [item_purchased](/ja-jp/services/playfab/api-references/events/CatalogV2/item-purchased.md)
- [FileDetails データ型](/ja-jp/services/playfab/api-references/events/data-types/filedetails.md)
- [ObjectDetails データ型](/ja-jp/services/playfab/api-references/events/data-types/objectdetails.md)
