Class PurchaseFailureDescription
Represents a failed purchase as described by a purchasing service.
Inherited Members
Namespace: UnityEngine.Purchasing.Extension
Assembly: solution.dll
Syntax
public class PurchaseFailureDescription
Constructors
| Name | Description |
|---|---|
| PurchaseFailureDescription(string, PurchaseFailureReason, string) | Parametrized Constructor. |
Properties
| Name | Description |
|---|---|
| message | The message containing details about the failed purchase. |
| productId | The store specific product ID. |
| reason | The reason for the failure. |