NonSubscription
data class NonSubscription(val purchaseId: String, val vendorProductId: String, val vendorTransactionId: String?, val store: String, val purchasedAt: String, val isConsumable: Boolean, val isSandbox: Boolean, val isRefund: Boolean)
Represents a non-subscription purchase (consumables or one-time purchases).
Constructors
Properties
Link copied to clipboard
Whether the purchase is consumable.
Link copied to clipboard
Purchase timestamp in ISO 8601 format.
Link copied to clipboard
Adapty purchase ID. You can use it to ensure that you've already processed this purchase (for example tracking one time products).
Link copied to clipboard
Product identifier from App Store or Google Play.
Link copied to clipboard
Transaction ID from the store.