Purchase History Record
The Purchase History Record struct is designed to mimic the Purchase History Record almost exactly as provided by the Google Play Billing SDK for the Billing service. It contains various information about the the historical details of a purchase of an in-app product.
FPurchaseHistoryRecord
Field | Type | Description |
---|---|---|
Quantity | int32 | The quantity of the purchased product. |
PurchaseTime | int64 | The time the product was purchased, in milliseconds since the epoch (Jan 1, 1970). |
DeveloperPayload | FString | The payload specified when the purchase was acknowledged or consumed. |
PurchaseToken | FString | A token that uniquely identifies a purchase for a given item and user pair. |
Signature | FString | A String containing the signature of the purchase data that was signed with the private key of the developer. |
Products | TArray<FString> | The product Ids. |