Interface PurchasesStoreTransaction

Represents a non-subscription transaction in the Store.

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.