Interface PurchasesStoreTransaction

List of all non subscription transactions. Use this to fetch the history of non-subscription purchases

interface PurchasesStoreTransaction {
    productIdentifier: string;
    purchaseDate: string;
    transactionIdentifier: string;
}

Properties

productIdentifier: string

Product Id associated with the transaction.

purchaseDate: string

Purchase date of the transaction in ISO 8601 format.

transactionIdentifier: string

Id of the transaction.

Generated using TypeDoc