Class AppleInAppPurchaseReceipt
The details of an individual purchase.
Implements
Inherited Members
Namespace: UnityEngine.Purchasing.Security
Assembly: solution.dll
Syntax
public class AppleInAppPurchaseReceipt : IPurchaseReceipt
Properties
Name | Description |
---|---|
cancellationDate | For a transaction that was canceled by Apple customer support, the time and date of the cancellation. For an auto-renewable subscription plan that was upgraded, the time and date of the upgrade transaction. |
isFreeTrial | For a subscription, whether or not it is in the free trial period. |
isIntroductoryPricePeriod | For an auto-renewable subscription, whether or not it is in the introductory price period. |
originalPurchaseDate | For a transaction that restores a previous transaction, the date of the original transaction. |
originalTransactionIdentifier | For a transaction that restores a previous transaction, the transaction ID of the original transaction. Otherwise, identical to the transactionID. |
productID | The product ID |
productType | The type of product. |
purchaseDate | The date of purchase. |
quantity | The number of items purchased. |
subscriptionExpirationDate | The expiration date for the subscription, expressed as the number of milliseconds since January 1, 1970, 00:00:00 GMT. |
transactionID | The ID of the transaction. |