Play Store Purchase Adapter
class PlayStorePurchaseAdapter(purchase: Purchase, product: StoreProduct?, val productId: String) : EntitlementTransaction(source)
Adapts a Google Play Purchase to the EntitlementTransaction interface.
Properties
Link copied to clipboard
The expiration date of the subscription, or null if non-expiring.
Link copied to clipboard
Whether the subscription is in a billing retry period.
Link copied to clipboard
Whether the subscription is in a grace period (payment failed but still active).
Link copied to clipboard
The original purchase date (for renewals, this is the first purchase).
Link copied to clipboard
The type of product this transaction represents.
Link copied to clipboard
The date when the purchase was made.
Link copied to clipboard
The unique identifier for this transaction.