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

구매에 사용된 인벤토리 아이템의 수량입니다.

## 속성

| 이름      | 형식     | 설명                          |
| :------ | :----- | :-------------------------- |
| ItemId  | String | 구매에 사용된 인벤토리 아이템의 ID입니다.    |
| Amount  | int    | 구매에 사용된 인벤토리 아이템의 수량입니다.    |
| StackId | String | 구매에 사용된 인벤토리 아이템의 스택 ID입니다. |


## Related topics

- [items_purchased](/ko/services/playfab/api-references/events/Inventory/items-purchased.md)
- [제작 게임 3부 - 코딩](/ko/services/playfab/economy-monetization/economy-v2/tutorials/craftingGame/crafting-game-coding.md)
- [PFInventoryPurchasePriceAmount](/ko/services/playfab/api-references/c/pfinventorytypes/structs/pfinventorypurchasepriceamount.md)
- [PFInventoryPurchaseInventoryItemsOperation](/ko/services/playfab/api-references/c/pfinventorytypes/structs/pfinventorypurchaseinventoryitemsoperation.md)
- [PFInventoryPurchaseInventoryItemsRequest](/ko/services/playfab/api-references/c/pfinventorytypes/structs/pfinventorypurchaseinventoryitemsrequest.md)
