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