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

# PurchasePriceAmount

> PurchasePriceAmount 数据类型。

购买中所使用的库存物品的数量。

## 属性

| 名称      | 类型     | 描述                 |
| :------ | :----- | :----------------- |
| ItemId  | String | 购买中所使用的库存物品的 ID。   |
| Amount  | int    | 购买中所使用的库存物品的数量。    |
| StackId | String | 购买中所使用的库存物品的堆栈 ID。 |


## Related topics

- [items_purchased](/zh-CN/services/playfab/api-references/events/Inventory/items-purchased.md)
- [制作游戏 第 3 部分 - 编码](/zh-CN/services/playfab/economy-monetization/economy-v2/tutorials/craftingGame/crafting-game-coding.md)
- [PFInventoryPurchasePriceAmount](/zh-CN/services/playfab/api-references/c/pfinventorytypes/structs/pfinventorypurchasepriceamount.md)
- [PFInventoryPurchaseInventoryItemsOperation](/zh-CN/services/playfab/api-references/c/pfinventorytypes/structs/pfinventorypurchaseinventoryitemsoperation.md)
- [PFInventoryPurchaseInventoryItemsRequest](/zh-CN/services/playfab/api-references/c/pfinventorytypes/structs/pfinventorypurchaseinventoryitemsrequest.md)
