Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
State of a purchase transaction
| Name | EPurchaseTransactionState |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePurchaseInterface.h |
| Include Path | #include "Interfaces/OnlinePurchaseInterface.h" |
Syntax
enum EPurchaseTransactionState
{
NotStarted,
Processing,
Purchased,
Failed,
Deferred,
Canceled,
Restored,
NotAllowed,
Invalid,
}
Values
| Name | Remarks |
|---|---|
| NotStarted | Processing has not started on the purchase |
| Processing | Currently processing the purchase |
| Purchased | Purchase completed successfully |
| Failed | Purchase completed but failed |
| Deferred | Purchase has been deferred (neither failed nor completed) |
| Canceled | Purchase canceled by user |
| Restored | Prior purchase that has been restored |
| NotAllowed | Purchase failed as not allowed |
| Invalid | Purchase failed as invalid |