> ## 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.

# ItemPurchasedOverride データ型

> PlayStream ペイロードの購入イベントに適用される価格または通貨のオーバーライドを表す PlayFab ItemPurchasedOverride データ型のリファレンス。

***

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

# ItemPurchasedOverride

購入イベント中に使用されるオーバーライドを表します。

## Properties

| Name       | Type   | Description  |
| :--------- | :----- | :----------- |
| FixedValue | double | オーバーライドの固定値。 |
| ItemId     | String | アイテムの ID。    |
| Multiplier | double | オーバーライドの乗数。  |


## Related topics

- [ItemPurchasedCurrency データ型](/ja-jp/services/playfab/api-references/events/data-types/itempurchasedcurrency.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)
- [AddOnProvisioningState データ型](/ja-jp/services/playfab/api-references/events/data-types/addonprovisioningstate.md)
