> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/enums/productpurchasedecision.md).

# ProductPurchaseDecision

## Overview

ProductPurchaseDecision is an Enum that defines the receipt processing result for purchased products.

This is used in the MarketplaceService.ProcessReceipt callback and to communicate the product's delivery status to the server.

## Items

| Name            | Value | Description                                                                                                                                                                                |
| --------------- | ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| NotProcessedYet | 0     | The purchase has completed, but the processing logic has not yet been executed. In this state, the purchase callback will be repeatedly called until processing is successfully completed. |
| PurchaseGranted | 1     | The purchase has completed and the associated processing has been performed successfully.                                                                                                  |

## See also

{% content-ref url="/pages/3emEzPuk4Ggzz94GmbvI" %}
[MarketplaceService](/development/api-reference/classes/marketplaceservice.md)
{% endcontent-ref %}
