A purchase is made when a user buys a Models.Product. The product, which can represent a consumable item, a durable item, or a subscription, must be defined for purchase through the developer dashboard.
Fields
readonly string DeveloperPayload[Get]
The developer payload feature is unimplemented.
readonly DateTime ExpirationTime[Get]
The time when the purchased Models.Product expires. This value only applies to subscriptions, and will be null for durable and consumable items.
readonly DateTime GrantTime[Get]
The timestamp that represents when the user was granted entitlement to the Models.Product that was purchased.
readonly string ID[Get]
readonly string ReportingId[Get]
The Reporting ID feature is not implemented.
readonly string Sku[Get]
The SKU of the Models.Product that was purchased. This value is case- sensitive. To retrieve the product information, you can use this value when calling IAP.GetProductsBySKU().