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

# ItemsClawbackReversalCompletedPayload

> ItemsClawbackReversalCompletedPayload data type.

Items clawback reversal completed event payload.

## Properties

| Name                     | Type            | Description                                                              |
| :----------------------- | :-------------- | :----------------------------------------------------------------------- |
| Amount                   | int             | The amount of items that were added.                                     |
| Balance                  | int             | The balance of the item after the transaction.                           |
| ClawbackDetails          | ClawbackDetails | The details of the original clawback operation.                          |
| CollectionId             | String          | The collection ID the item was added to.                                 |
| ItemId                   | String          | The ID of the item that was added.                                       |
| ItemType                 | String          | The type of the catalog item.                                            |
| Marketplace              | String          | The name of the marketplace that triggered this clawback reversal.       |
| MarketplaceAlternateId   | String          | The alternate ID of the item for the marketplace.                        |
| MarketplaceEventId       | String          | The event ID from the marketplace that triggered this clawback reversal. |
| MarketplaceTransactionId | String          | The ID of the marketplace transaction.                                   |
| StackId                  | String          | The stack ID that the item was added to.                                 |
| TransactionId            | String          | ID of the transaction which performed a clawback reversal on this item.  |


## Related topics

- [items_clawback_reversal_completed](/services/playfab/api-references/events/Inventory/items-clawback-reversal-completed.md)
- [ItemsClawbackCompletedPayload](/services/playfab/api-references/events/data-types/itemsclawbackcompletedpayload.md)
- [items_clawback_completed](/services/playfab/api-references/events/Inventory/items-clawback-completed.md)
- [PlayStream event model reference for PlayFab](/services/playfab/api-references/events/index.md)
- [Managing consumable products from your service](/publishing/xstore-commerce/xstore-managing-consumables.md)
