StoreTransaction
class StoreTransaction(val transactionId: String?, val productIds: List<String>, val purchaseTime: Long)
Represents an in-app billing purchase.
Properties
Link copied to clipboard
Product IDs purchased.
Link copied to clipboard
Time the product was purchased, in milliseconds since the epoch.
Link copied to clipboard
Unique (per store) order identifier for the purchased transaction. Always null for Amazon. Only available for non-restored Google purchases for Google Play.