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

The amount of the inventory item that was used in the purchase.

## Properties

| Name    | Type   | Description                                                       |
| :------ | :----- | :---------------------------------------------------------------- |
| ItemId  | String | The id of the inventory item that was used in the purchase.       |
| Amount  | int    | The amount of the inventory item that was used in the purchase.   |
| StackId | String | The stack id of the inventory item that was used in the purchase. |


## Related topics

- [items_purchased](/services/playfab/api-references/events/Inventory/items-purchased.md)
- [Crafting Game Part 3 - Coding](/services/playfab/economy-monetization/economy-v2/tutorials/craftingGame/crafting-game-coding.md)
- [PFInventoryPurchasePriceAmount](/services/playfab/api-references/c/pfinventorytypes/structs/pfinventorypurchasepriceamount.md)
- [PFCatalogCatalogPrice](/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogcatalogprice.md)
- [PFInventoryPurchaseInventoryItemsOperation](/services/playfab/api-references/c/pfinventorytypes/structs/pfinventorypurchaseinventoryitemsoperation.md)
