All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.revenuecat.purchases.kmp.models.Transaction.kt Maven / Gradle / Ivy

There is a newer version: 1.3.7+13.15.0
Show newest version
package com.revenuecat.purchases.kmp.models

/**
 * Representation of a transaction.
 */
public class Transaction(
    /**
     * Identifier of this transaction.
     */
    public val transactionIdentifier: String,
    /**
     * The identifier of the purchased product.
     */
    public val productIdentifier: String,
    /**
     * The purchase date in millis since the Unix epoch.
     */
    public val purchaseDateMillis: Long
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy