Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlinePurchase
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePurchaseInterface.h |
| Include | #include "Interfaces/OnlinePurchaseInterface.h" |
void QueryReceipts
&40;
const FUniqueNetId & UserId,
bool bRestoreReceipts,
const FOnQueryReceiptsComplete & Delegate
&41;
Remarks
Query for all of the user's receipts from prior purchases
Parameters
| Name | Description |
|---|---|
| UserId | user initiating the request |
| bRestoreReceipts | initiate recovery of any receipts on the specific platform |
| Delegate | completion callback (guaranteed to be called) |